jemalloc/src
Jason Evans 09983d2f54 Bypass tcache when draining quarantined allocations.
This avoids the potential surprise of deallocating an object with one
tcache specified, and having the object cached in a different tcache
once it drains from the quarantine.
2015-05-29 19:20:36 -07:00
..
arena.c Fix performance regression in arena_palloc(). 2015-05-19 17:42:31 -07:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Add the "stats.allocated" mallctl. 2015-03-23 17:26:53 -07:00
bitmap.c Implement compile-time bitmap size computation. 2014-09-28 14:43:11 -07:00
chunk.c Implement dynamic per arena control over dirty page purging. 2015-03-18 18:55:33 -07:00
chunk_dss.c Rename "dirty chunks" to "cached chunks". 2015-02-18 01:15:50 -08:00
chunk_mmap.c We have pages_unmap(ret, size) so we use it. 2015-03-23 21:12:33 -07:00
ckh.c Update ckh to support metadata allocation tracking. 2015-02-12 00:15:24 -08:00
ctl.c Add the "stats.arenas.<i>.lg_dirty_mult" mallctl. 2015-03-24 16:41:38 -07:00
extent.c Implement cache index randomization for large allocations. 2015-05-06 13:27:39 -07:00
hash.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
huge.c Avoid atomic operations for dependent rtree reads. 2015-05-15 17:02:30 -07:00
jemalloc.c Implement cache index randomization for large allocations. 2015-05-06 13:27:39 -07:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Refactor base_alloc() to guarantee demand-zeroed memory. 2015-02-04 16:51:53 -08:00
prof.c Rename pprof to jeprof. 2015-05-01 12:31:12 -07:00
quarantine.c Bypass tcache when draining quarantined allocations. 2015-05-29 19:20:36 -07:00
rtree.c Fix unsigned comparison underflow. 2015-03-11 23:14:50 -07:00
stats.c Add the "stats.arenas.<i>.lg_dirty_mult" mallctl. 2015-03-24 16:41:38 -07:00
tcache.c Impose a minimum tcache count for small size classes. 2015-05-19 17:47:16 -07:00
tsd.c Implement metadata statistics. 2015-01-23 23:34:43 -08:00
util.c Use the error code given to buferror on Windows 2015-03-13 13:54:02 -07:00
valgrind.c Optimize Valgrind integration. 2014-04-15 16:49:57 -07:00
zone.c Style and spelling fixes. 2014-12-08 16:34:04 -08:00