Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp492 malloc_zone_t m_zone; member in WTF::FastMallocZone
4402 memset(&m_zone, 0, sizeof(m_zone)); in CreateCacheIfNecessary()
4403 m_zone.version = 4; in CreateCacheIfNecessary()
4404 m_zone.zone_name = "JavaScriptCore FastMalloc"; in CreateCacheIfNecessary()
4405 m_zone.size = &FastMallocZone::size; in CreateCacheIfNecessary()
4406 m_zone.malloc = &FastMallocZone::zoneMalloc; in CreateCacheIfNecessary()
4407 m_zone.calloc = &FastMallocZone::zoneCalloc; in CreateCacheIfNecessary()
4408 m_zone.realloc = &FastMallocZone::zoneRealloc; in CreateCacheIfNecessary()
4409 m_zone.free = &FastMallocZone::zoneFree; in CreateCacheIfNecessary()
4410 m_zone.valloc = &FastMallocZone::zoneValloc; in CreateCacheIfNecessary()
[all …]