From 6af660ee01c05048b7704273e88e9249deb8202f Mon Sep 17 00:00:00 2001 From: Ilya Zakharevich Date: Tue, 15 Jul 2003 00:46:58 -0700 Subject: malloc cleanup Message-ID: <20030715144657.GA21313@math.berkeley.edu> p4raw-id: //depot/perl@20184 --- malloc_ctl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'malloc_ctl.h') diff --git a/malloc_ctl.h b/malloc_ctl.h index 2bce0c113c..7a6aed0db7 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,8 +48,15 @@ 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 -- cgit v1.2.1