Searched refs:malloc_disable (Results 1 – 4 of 4) sorted by relevance
19 void malloc_disable() { in malloc_disable() function
27 extern void malloc_disable();
37 malloc_disable(); in Disable()
38 2. Allocations are disabled using `malloc_disable()`68 - `malloc_disable()`: prevent any thread from mutating internal allocator state.