This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

realloc/free async-signal safe?


Hi,

I've looked over the malloc/realloc/free implementation and understand
its use of arena's with trylock to avoid lock contention. However, it wasn't
clear to me if the algorithm is truly async-signal safe or not.

Is glibc-2.5's realloc/free implementation async-signal safe?

Regards,
-Kurt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]