Home
last modified time | relevance | path

Searched refs:malloc_default_purgeable_zone (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/src/
Dzone.c10 extern malloc_zone_t *malloc_default_purgeable_zone(void)
240 if (malloc_default_purgeable_zone != NULL) in JEMALLOC_ATTR()
241 purgeable_zone = malloc_default_purgeable_zone(); in JEMALLOC_ATTR()
/external/compiler-rt/lib/asan/
Dasan_malloc_mac.cc67 INTERCEPTOR(malloc_zone_t *, malloc_default_purgeable_zone, void) { in INTERCEPTOR() argument
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c1091 DEFAULT_ZONE(VG_Z_LIBC_SONAME, malloc_default_purgeable_zone);
1092 DEFAULT_ZONE(SO_SYN_MALLOC, malloc_default_purgeable_zone);