Home
last modified time | relevance | path

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

/system/core/libprocinfo/
Dprocess_map_test.cpp72 extern "C" void malloc_disable();
116 malloc_disable(); in VerifyReadMapFileAsyncSafe()
206 malloc_disable(); in TEST()
225 malloc_disable(); in TEST()
245 malloc_disable(); in TEST()
270 malloc_disable(); in TEST()
/system/memory/libmemunreachable/tests/
DHostMallocStub.cpp19 void malloc_disable() {} in malloc_disable() function
DMemUnreachable_test.cpp77 malloc_disable(); in CleanTcache()
/system/memory/libmemunreachable/
Dbionic.h27 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.cpp528 malloc_disable(); in ~UnreachableMemoryInfo()