Go to file
Jason Evans 5055f4516c Fix tcache crash during thread cleanup.
Properly maintain tcache_bin_t's avail pointer such that it is NULL if
no objects are cached.  This only caused problems during thread cache
destruction, since cache flushing otherwise never occurs on an empty
bin.
2010-04-14 11:27:13 -07:00
jemalloc Fix tcache crash during thread cleanup. 2010-04-14 11:27:13 -07:00
.gitignore Fix build system problems. 2010-04-07 23:37:35 -07:00