server-skynet-source-3rd-je.../src
Jason Evans a784e411f2 Fix a xallocx(..., MALLOCX_ZERO) bug.
Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of
large allocations that have been randomly assigned an offset of 0 when
--enable-cache-oblivious configure option is enabled.  This addresses a
special case missed in d260f442ce (Fix
xallocx(..., MALLOCX_ZERO) bugs.).
2015-09-24 22:21:55 -07:00
..
arena.c Fix a xallocx(..., MALLOCX_ZERO) bug. 2015-09-24 22:21:55 -07:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Implement chunk hook support for page run commit/decommit. 2015-08-07 00:50:58 -07:00
bitmap.c Implement compile-time bitmap size computation. 2014-09-28 14:43:11 -07:00
chunk_dss.c Reduce variable scope. 2015-09-15 11:19:20 -07:00
chunk_mmap.c Reduce variable scope. 2015-09-15 11:19:20 -07:00
chunk.c Fix a strict aliasing violation. 2015-08-12 16:38:20 -07:00
ckh.c Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
ctl.c Generalize chunk management hooks. 2015-08-03 21:49:02 -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 Fix xallocx(..., MALLOCX_ZERO) bugs. 2015-09-24 16:38:45 -07:00
jemalloc.c Add mallocx() OOM tests. 2015-09-17 15:27:28 -07:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Optimizations for Windows 2015-06-25 22:53:58 +02:00
pages.c Try to decommit new chunks. 2015-08-12 10:26:54 -07:00
prof.c Fix prof_tctx_dump_iter() to filter. 2015-09-21 18:37:55 -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 Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
tcache.c Rename arena_maxclass to large_maxclass. 2015-09-11 20:50:20 -07:00
tsd.c Work around an NPTL-specific TSD issue. 2015-09-24 16:53:18 -07:00
util.c Add JEMALLOC_FORMAT_PRINTF(). 2015-07-22 15:44:47 -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