Home
last modified time | relevance | path

Searched refs:malloc_default_zone (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_shim.cc157 context = malloc_default_zone(); in ShimCppNew()
167 context = malloc_default_zone(); in ShimCppDelete()
/external/jemalloc_new/src/
Dzone.c73 extern malloc_zone_t *malloc_default_zone(void);
396 return malloc_default_zone(); in zone_default_get()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc52 INTERCEPTOR(malloc_zone_t *, malloc_default_zone, void) {
/external/llvm/lib/Support/Unix/
DProcess.inc102 malloc_zone_statistics(malloc_default_zone(), &Stats);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc96 malloc_zone_statistics(malloc_default_zone(), &Stats);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc99 malloc_zone_statistics(malloc_default_zone(), &Stats);
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5346 pub fn malloc_default_zone() -> *mut ::malloc_zone_t; in malloc_default_zone() function
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c24089 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
/external/sqlite/dist/orig/
Dsqlite3.c23758 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
/external/sqlite/dist/
Dsqlite3.c23758 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()