Home
last modified time | relevance | path

Searched refs:MallocCfg (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c848 static IV MallocCfg[MallocCfg_last] = { variable
864 IV *MallocCfg_ptr = MallocCfg;
878 # define MIN_SBRK MallocCfg[MallocCfg_MIN_SBRK]
879 # define FIRST_SBRK MallocCfg[MallocCfg_FIRST_SBRK]
889 # define FILL_DEAD MallocCfg[MallocCfg_filldead]
890 # define FILL_ALIVE MallocCfg[MallocCfg_fillalive]
891 # define FILL_CHECK_CFG MallocCfg[MallocCfg_fillcheck]
1677 if (!MallocCfg[MallocCfg_skip_cfg_env]) { in morecore()
1691 if (MallocCfg[off - opts] != val) in morecore()
1693 MallocCfg[off - opts] = val; in morecore()
[all …]