/usr/share/cagefs-skeleton/lib64/perl5/CORE
#ifndef PERL_MALLOC_CTL_H_ # define PERL_MALLOC_CTL_H_ struct perl_mstats { UV *nfree; UV *ntotal; IV topbucket, topbucket_ev, topbucket_odd, totfree, total, total_chain; IV total_sbrk, sbrks, sbrk_good, sbrk_slack, start_slack, sbrked_remains; IV minbucket; /* Level 1 info */ UV *bucket_mem_size; UV *bucket_available_size; UV nbuckets; }; typedef struct perl_mstats perl_mstats_t; PERL_CALLCONV Malloc_t Perl_malloc (MEM_SIZE nbytes); PERL_CALLCONV Malloc_t Perl_calloc (MEM_SIZE elements, MEM_SIZE size); PERL_CALLCONV Malloc_t Perl_realloc (Malloc_t where, MEM_SIZE nbytes); /* 'mfree' rather than 'free', since there is already a 'perl_free' * that causes clashes with case-insensitive linkers */ PERL_CALLCONV Free_t Perl_mfree (Malloc_t where); #ifndef NO_MALLOC_DYNAMIC_CFG /* IV configuration data */ enum { MallocCfg_FIRST_SBRK, MallocCfg_MIN_SBRK, MallocCfg_MIN_SBRK_FRAC1000, MallocCfg_SBRK_ALLOW_FAILURES, MallocCfg_SBRK_FAILURE_PRICE, MallocCfg_sbrk_goodness, MallocCfg_filldead, MallocCfg_fillalive, MallocCfg_fillcheck, MallocCfg_skip_cfg_env, MallocCfg_cfg_env_read, MallocCfg_emergency_buffer_size, MallocCfg_emergency_buffer_last_req, MallocCfg_emergency_buffer_prepared_size, MallocCfg_last }; /* char* configuration data */ enum { MallocCfgP_emergency_buffer, MallocCfgP_emergency_buffer_prepared, MallocCfgP_last }; START_EXTERN_C extern IV *MallocCfg_ptr; extern char **MallocCfgP_ptr; END_EXTERN_C #endif #endif
.
Edit
..
Edit
EXTERN.h
Edit
INTERN.h
Edit
XSUB.h
Edit
av.h
Edit
bitcount.h
Edit
charclass_invlists.h
Edit
config.h
Edit
cop.h
Edit
cv.h
Edit
dosish.h
Edit
ebcdic_tables.h
Edit
embed.h
Edit
embedvar.h
Edit
fakesdio.h
Edit
feature.h
Edit
form.h
Edit
git_version.h
Edit
gv.h
Edit
handy.h
Edit
hv.h
Edit
hv_func.h
Edit
hv_macro.h
Edit
inline.h
Edit
intrpvar.h
Edit
invlist_inline.h
Edit
iperlsys.h
Edit
keywords.h
Edit
l1_char_class_tab.h
Edit
libperl.so
Edit
malloc_ctl.h
Edit
metaconfig.h
Edit
mg.h
Edit
mg_data.h
Edit
mg_raw.h
Edit
mg_vtable.h
Edit
mydtrace.h
Edit
nostdio.h
Edit
op.h
Edit
op_reg_common.h
Edit
opcode.h
Edit
opnames.h
Edit
overload.h
Edit
pad.h
Edit
parser.h
Edit
patchlevel.h
Edit
perl.h
Edit
perl_inc_macro.h
Edit
perl_langinfo.h
Edit
perlapi.h
Edit
perldtrace.h
Edit
perlio.h
Edit
perliol.h
Edit
perlsdio.h
Edit
perlvars.h
Edit
perly.h
Edit
pp.h
Edit
pp_proto.h
Edit
proto.h
Edit
reentr.h
Edit
regcharclass.h
Edit
regcomp.h
Edit
regexp.h
Edit
regnodes.h
Edit
sbox32_hash.h
Edit
scope.h
Edit
stadtx_hash.h
Edit
sv.h
Edit
thread.h
Edit
time64.h
Edit
time64_config.h
Edit
uconfig.h
Edit
uni_keywords.h
Edit
unicode_constants.h
Edit
unixish.h
Edit
utf8.h
Edit
utfebcdic.h
Edit
util.h
Edit
uudmap.h
Edit
vutil.h
Edit
warnings.h
Edit
zaphod32_hash.h
Edit