Go to file
Jason Evans 9dcad2dfd1 Fix "thread.{de,}allocatedp" mallctl.
For the non-TLS case (as on OS X), if the "thread.{de,}allocatedp"
mallctl was called before any allocation occurred for that thread, the
TSD was still NULL, thus putting the application at risk of
dereferencing NULL.  Fix this by refactoring the initialization code,
and making it part of the conditional logic for all per thread
allocation counter accesses.
2011-02-13 18:11:54 -08:00
jemalloc Fix "thread.{de,}allocatedp" mallctl. 2011-02-13 18:11:54 -08:00
.gitignore Use mremap(2) for huge realloc(). 2010-11-30 16:50:58 -08:00