Home
last modified time | relevance | path

Searched refs:malloc_disable (Results 1 – 7 of 7) sorted by relevance

/system/libprocinfo/
Dprocess_map_test.cpp68 extern "C" void malloc_disable();
114 malloc_disable(); in VerifyReadMapFileAsyncSafe()
210 malloc_disable(); in TEST()
229 malloc_disable(); in TEST()
249 malloc_disable(); in TEST()
274 malloc_disable(); in TEST()
/system/memory/libmemunreachable/tests/
DHostMallocStub.cpp19 void malloc_disable() {} in malloc_disable() function
DMemUnreachable_test.cpp81 malloc_disable(); in CleanTcache()
/system/memory/libmemunreachable/
Dbionic.h28 extern void malloc_disable();
DScopedDisableMalloc.h38 malloc_disable(); in Disable()
DREADME.md59 2. Allocations are disabled using `malloc_disable()`
89 - `malloc_disable()`: prevent any thread from mutating internal allocator state.
DMemUnreachable.cpp559 malloc_disable(); in ~UnreachableMemoryInfo()