Searched refs:purgeable_zone (Results 1 – 1 of 1) sorted by relevance
181 malloc_zone_t *purgeable_zone = NULL; in JEMALLOC_ATTR() local243 purgeable_zone = malloc_default_purgeable_zone(); in JEMALLOC_ATTR()271 if (purgeable_zone) { in JEMALLOC_ATTR()272 malloc_zone_unregister(purgeable_zone); in JEMALLOC_ATTR()273 malloc_zone_register(purgeable_zone); in JEMALLOC_ATTR()