21 MALLOC_SYSTEM_STATE_NORMAL,
22 MALLOC_SYSTEM_STATE_NO_PROTECTION,
23 MALLOC_SYSTEM_STATE_NO_ALLOCATION
24 } Malloc_System_state;
26 Malloc_System_state _Malloc_System_state(
void );
28 void _Malloc_Deferred_free(
void * );
30 void _Malloc_Process_deferred_frees(
void );
Protected Heap Handler API.