HomeSort by relevance Sort by last modified time
    Searched refs:malloc_enable (Results 1 - 9 of 9) sorted by null

  /system/core/libmemunreachable/tests/
HostMallocStub.cpp 21 void malloc_enable() {} function
MemUnreachable_test.cpp 77 malloc_enable();
  /system/core/libmemunreachable/
bionic.h 28 extern void malloc_enable();
ScopedDisableMalloc.h 44 malloc_enable();
MemUnreachable.cpp 510 malloc_enable();
  /bionic/libc/private/
bionic_malloc_dispatch.h 73 MallocMallocEnable malloc_enable; member in struct:MallocDispatch
  /bionic/libc/bionic/
malloc_common.cpp 70 Malloc(malloc_enable),
318 if (!InitMallocFunction<MallocMallocEnable>(impl_handler, &table->malloc_enable, prefix,
319 "malloc_enable")) {
474 // [base, base+size). Must be called between malloc_disable and malloc_enable.
495 extern "C" void malloc_enable() { function
496 auto _malloc_enable = __libc_globals->malloc_dispatch.malloc_enable;
500 return Malloc(malloc_enable)();
  /bionic/libc/malloc_hooks/tests/
malloc_hooks_tests.cpp 49 void malloc_enable();
214 malloc_enable();
  /bionic/libc/malloc_debug/
malloc_debug.cpp 760 g_dispatch->malloc_enable();

Completed in 89 milliseconds