X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/22f7c9c9717fe07b508ba0e9958ef0592cdbbeef..91e35ba127b7082418836f7f9f428e4d2f9b5745:/malloc_ctl.h diff --git a/malloc_ctl.h b/malloc_ctl.h index e0bee00..7a6aed0 100644 --- a/malloc_ctl.h +++ b/malloc_ctl.h @@ -25,6 +25,7 @@ END_EXTERN_C #ifndef NO_MALLOC_DYNAMIC_CFG +/* IV configuration data */ enum { MallocCfg_FIRST_SBRK, MallocCfg_MIN_SBRK, @@ -47,7 +48,16 @@ enum { 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