Searched refs:zoneValloc (Results 1 – 1 of 1) sorted by relevance
489 …static void* zoneValloc(malloc_zone_t*, size_t) { LOG_ERROR("valloc is not supported"); return 0; } in zoneValloc() function in WTF::FastMallocZone4410 m_zone.valloc = &FastMallocZone::zoneValloc; in CreateCacheIfNecessary()