mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 20:53:07 +00:00
Update the default value for opt_experimental_tcache_gc and opt_calloc_madvise_threshold
This commit is contained in:
committed by
Guangli Dai
parent
95f9f934ca
commit
ae4e729d15
@@ -145,4 +145,6 @@ typedef enum malloc_init_e malloc_init_t;
|
||||
assert(sizeof(type) * (count) <= VARIABLE_ARRAY_SIZE_MAX); \
|
||||
VARIABLE_ARRAY_UNSAFE(type, name, count)
|
||||
|
||||
#define CALLOC_MADVISE_THRESHOLD_DEFAULT (((size_t)1) << 23) /* 8 MB */
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_TYPES_H */
|
||||
|
||||
Reference in New Issue
Block a user