server-skynet-source-3rd-je.../test/unit
Jason Evans c1baa0a9b7 Add huge page configuration and pages_[no}huge().
Add the --with-lg-hugepage configure option, but automatically configure
LG_HUGEPAGE even if it isn't specified.

Add the pages_[no]huge() functions, which toggle huge page state via
madvise(..., MADV_[NO]HUGEPAGE) calls.
2016-12-26 17:59:34 -08:00
..
a0.c Fix tsd bootstrapping for a0malloc(). 2016-05-07 16:55:36 -07:00
arena_reset.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
atomic.c Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}(). 2016-11-07 11:27:48 -08:00
bitmap.c Implement BITMAP_INFO_INITIALIZER(nbits). 2016-05-13 10:27:48 -07:00
ckh.c Do not (recursively) allocate within tsd_fetch(). 2016-10-20 23:59:12 -07:00
decay.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
extent_quantize.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
fork.c Call _exit(2) rather than exit(3) in forked child. 2016-11-02 18:05:19 -07:00
hash.c Fix stack corruption and uninitialized var warning 2016-02-29 15:22:53 -08:00
junk_alloc.c Fix style nits. 2016-04-17 13:44:59 -07:00
junk_free.c Fix style nits. 2016-04-17 13:44:59 -07:00
junk.c Make dss operations lockless. 2016-10-13 15:37:00 -07:00
mallctl.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
math.c Work around a weird pgi bug in test/unit/math.c 2016-06-08 14:20:32 -07:00
mq.c Don't fetch tsd in a0{d,}alloc(). 2014-10-10 18:19:20 -07:00
mtx.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
nstime.c Do not advance decay epoch when time goes backwards. 2016-10-10 22:15:10 -07:00
pack.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-11-15 15:01:03 -08:00
pages.c Add huge page configuration and pages_[no}huge(). 2016-12-26 17:59:34 -08:00
ph.c Refactor/fix ph. 2016-04-11 02:15:42 -07:00
prng.c Fix test_prng_lg_range_zu() to work on 32-bit systems. 2016-11-07 11:50:11 -08:00
prof_accum.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
prof_active.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
prof_gdump.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
prof_idump.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
prof_reset.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
prof_thread_name.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
ql.c Add unit tests for qr, ql, and rb. 2014-01-03 16:35:03 -08:00
qr.c Add a_type parameter to qr_{meld,split}(). 2016-12-12 18:16:51 -08:00
rb.c Remove rbt_nil 2016-02-23 18:09:25 -08:00
rtree.c Fix long spinning in rtree_node_init 2016-11-02 20:30:53 -07:00
SFMT.c Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
size_classes.c Fix psz/pind edge cases. 2016-11-03 22:33:34 -07:00
slab.c Simplify arena_slab_regind(). 2016-12-23 10:34:34 -08:00
smoothstep.c Implement smoothstep table generation. 2016-02-19 20:56:15 -08:00
stats.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-10-27 21:31:25 -07:00
ticker.c Implement ticker. 2016-02-19 20:29:06 -08:00
tsd.c Add cast to silence (harmless) conversion warning. 2016-10-27 21:29:00 -07:00
util.c Explicitly cast negative constants meant for use as unsigned. 2016-10-27 21:29:59 -07:00
witness.c Add rtree element witnesses. 2016-06-03 12:27:41 -07:00
zero.c Remove all vestiges of chunks. 2016-10-12 11:55:43 -07:00