Searched refs:_shutdown (Results 1 – 2 of 2) sorted by relevance
306 void (*_shutdown)(bool full, bool silent); member2415 void (*shutdown)(bool, bool) = heap->custom_heap._shutdown;3123 void (*_shutdown)(bool, bool))3136 _heap->custom_heap._shutdown = _shutdown;3156 void (**_shutdown)(bool, bool))3168 if (_shutdown != NULL) {3169 *_shutdown = _heap->custom_heap._shutdown;3178 if (_shutdown != NULL) {3179 *_shutdown = NULL;3187 *_shutdown = NULL;
285 void (*_shutdown)(bool, bool));295 void (**_shutdown)(bool, bool));
Completed in 19 milliseconds