mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
Experimental calloc implementation with using memset on larger sizes
This commit is contained in:
parent
38056fea64
commit
5081c16bb4
3 changed files with 34 additions and 7 deletions
|
|
@ -37,6 +37,7 @@ extern const char *const zero_realloc_mode_names[];
|
|||
extern atomic_zu_t zero_realloc_count;
|
||||
extern bool opt_cache_oblivious;
|
||||
extern unsigned opt_debug_double_free_max_scan;
|
||||
extern size_t opt_calloc_madvise_threshold;
|
||||
|
||||
extern const char *opt_malloc_conf_symlink;
|
||||
extern const char *opt_malloc_conf_env_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue