Searched refs:sys_zone (Results 1 – 1 of 1) sorted by relevance
307 malloc_zone_t *sys_zone = (malloc_zone_t*)zones[1]; in TestZoneOverload() local308 …REQUIRE_MESSAGE(strcmp("tbbmalloc", malloc_get_zone_name(sys_zone)), "zone 1 expected to be not tb… in TestZoneOverload()309 void *p = malloc_zone_malloc(sys_zone, 16); in TestZoneOverload()