server-skynet-source-3rd-je.../test
Jason Evans 609ae595f0 Add arena-specific and selective dss allocation.
Add the "arenas.extend" mallctl, so that it is possible to create new
arenas that are outside the set that jemalloc automatically multiplexes
threads onto.

Add the ALLOCM_ARENA() flag for {,r,d}allocm(), so that it is possible
to explicitly allocate from a particular arena.

Add the "opt.dss" mallctl, which controls the default precedence of dss
allocation relative to mmap allocation.

Add the "arena.<i>.dss" mallctl, which makes it possible to set the
default dss precedence on a per arena or global basis.

Add the "arena.<i>.purge" mallctl, which obsoletes "arenas.purge".

Add the "stats.arenas.<i>.dss" mallctl.
2012-10-12 18:26:16 -07:00
..
aligned_alloc.c Use Get/SetLastError on Win32 2012-04-30 16:50:55 -07:00
aligned_alloc.exp Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00
allocated.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
allocated.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
ALLOCM_ARENA.c Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00
ALLOCM_ARENA.exp Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00
allocm.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
allocm.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
bitmap.c Avoid variable length arrays and remove declarations within code 2012-04-29 00:25:34 -07:00
bitmap.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
jemalloc_test.h.in Add support for Mingw 2012-04-21 21:27:46 -07:00
mremap.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
mremap.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
posix_memalign.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
posix_memalign.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
rallocm.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
rallocm.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
thread_arena.c Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00
thread_arena.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
thread_tcache_enabled.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
thread_tcache_enabled.exp Add the "thread.tcache.enabled" mallctl. 2012-03-26 19:02:49 -07:00