mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Rename huge_threshold to experimental, and tweak documentation.
This commit is contained in:
parent
ff622eeab5
commit
cdf15b458a
6 changed files with 15 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
|
||||
/* Threshold: 2 << 20 = 2097152. */
|
||||
const char *malloc_conf = "huge_threshold:2097152";
|
||||
const char *malloc_conf = "experimental_huge_threshold:2097152";
|
||||
|
||||
#define HUGE_SZ (2 << 20)
|
||||
#define SMALL_SZ (8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue