server-skynet-source-3rd-je.../include/jemalloc
Jason Evans bbe29d374d Fix potential TLS-related memory corruption.
Avoid writing to uninitialized TLS as a side effect of deallocation.
Initializing TLS during deallocation is unsafe because it is possible
that a thread never did any allocation, and that TLS has already been
deallocated by the threads library, resulting in write-after-free
corruption.  These fixes affect prof_tdata and quarantine; all other
uses of TLS are already safe, whether intentionally (as for tcache) or
unintentionally (as for arenas).
2013-01-31 14:23:48 -08:00
..
internal Fix potential TLS-related memory corruption. 2013-01-31 14:23:48 -08:00
jemalloc_defs.h.in Fix build break on *BSD 2012-12-24 10:32:16 -08:00
jemalloc.h.in Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00