diff options
Diffstat (limited to 'malloc/arena.c')
-rw-r--r-- | malloc/arena.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/malloc/arena.c b/malloc/arena.c index ce64335567..4cbb4dc307 100644 --- a/malloc/arena.c +++ b/malloc/arena.c @@ -160,6 +160,10 @@ static void (*save_free_hook) (__malloc_ptr_t __ptr, __const __malloc_ptr_t); static Void_t* save_arena; +#ifdef ATFORK_MEM +ATFORK_MEM; +#endif + /* Magic value for the thread-specific arena pointer when malloc_atfork() is in use. */ |