Searched refs:malloc_disable (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/private/
H A Dbionic_malloc_dispatch.h70 MallocMallocDisable malloc_disable; member in struct:MallocDispatch
/bionic/libc/bionic/
H A Dmalloc_common.cpp69 Malloc(malloc_disable),
275 if (!InitMallocFunction<MallocMallocDisable>(malloc_impl_handler, &table->malloc_disable,
276 prefix, "malloc_disable")) {
424 // [base, base+size). Must be called between malloc_disable and malloc_enable.
436 extern "C" void malloc_disable() { function
437 auto _malloc_disable = __libc_globals->malloc_dispatch.malloc_disable;
441 return Malloc(malloc_disable)();
444 // Re-enable calls to malloc after a previous call to malloc_disable.
/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp631 g_dispatch->malloc_disable();

Completed in 821 milliseconds