server-skynet-source-3rd-je.../src
David Goldblatt 425253e2cd Enable -Wundef, when supported.
This can catch bugs in which one header defines a numeric constant, and another
uses it without including the defining header. Undefined preprocessor symbols
expand to '0', so that this will compile fine, silently doing the math wrong.
2017-04-21 17:03:56 -07:00
..
arena.c Remove --disable-tcache. 2017-04-21 10:06:12 -07:00
base.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
bitmap.c Revert "Remove BITMAP_USE_TREE." 2017-04-18 19:01:04 -07:00
ckh.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
ctl.c Remove --disable-tls. 2017-04-21 11:12:29 -07:00
extent_dss.c Header refactoring: unify spin.h and move it out of the catch-all. 2017-04-18 18:35:03 -07:00
extent_mmap.c Trim before commit in extent_recycle(). 2017-04-19 21:05:12 -07:00
extent.c Trim before commit in extent_recycle(). 2017-04-19 21:05:12 -07:00
hash.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
hooks.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
jemalloc_cpp.cpp Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp 2017-04-18 18:35:03 -07:00
jemalloc.c Enable -Wundef, when supported. 2017-04-21 17:03:56 -07:00
large.c Bypass extent tracking for auto arenas. 2017-04-21 00:29:18 -07:00
malloc_io.c Header refactoring: move util.h out of the catchall 2017-04-18 18:35:03 -07:00
mutex.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
nstime.c Enable -Wundef, when supported. 2017-04-21 17:03:56 -07:00
pages.c Use openat syscall if available 2017-04-21 10:58:42 -07:00
prng.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
prof.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
rtree.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
spin.c Header refactoring: unify spin.h and move it out of the catch-all. 2017-04-18 18:35:03 -07:00
stats.c Remove --disable-tls. 2017-04-21 11:12:29 -07:00
tcache.c Remove --disable-tcache. 2017-04-21 10:06:12 -07:00
ticker.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
tsd.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
witness.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
zone.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00