emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sqlite memory allocation and async signal safety


From: Stefan Monnier
Subject: Re: sqlite memory allocation and async signal safety
Date: Thu, 24 Mar 2022 13:13:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> Unfortunately, most system malloc implementations are still not
> async-signal safe,

Since we don't do any malloc inside our signal handler, this is not
an issue.  What Eli meant I think by "async safe" is in terms of
multithreading with pthreads.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]