Experimental calloc implementation with using memset on larger sizes

This commit is contained in:
Shirui Cheng 2024-04-03 13:27:11 -07:00 committed by Qi Wang
parent 38056fea64
commit 5081c16bb4
3 changed files with 34 additions and 7 deletions

View file

@ -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;