mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Conditianalize lg_tcache_max use on JEMALLOC_TCACHE.
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
#include "test/jemalloc_test.h"
|
#include "test/jemalloc_test.h"
|
||||||
|
|
||||||
const char *malloc_conf = "decay_time:1,lg_tcache_max:0";
|
const char *malloc_conf = "decay_time:1"
|
||||||
|
#ifdef JEMALLOC_TCACHE
|
||||||
|
",lg_tcache_max:0"
|
||||||
|
#endif
|
||||||
|
;
|
||||||
|
|
||||||
static nstime_monotonic_t *nstime_monotonic_orig;
|
static nstime_monotonic_t *nstime_monotonic_orig;
|
||||||
static nstime_update_t *nstime_update_orig;
|
static nstime_update_t *nstime_update_orig;
|
||||||
|
|||||||
Reference in New Issue
Block a user