Searched refs:FastMallocZone (Results 1 – 3 of 3) sorted by relevance
/external/webkit/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 469 class FastMallocZone { class 483 …FastMallocZone(TCMalloc_PageHeap*, TCMalloc_ThreadCache**, TCMalloc_Central_FreeListPadded*, PageH… 1402 friend class FastMallocZone; 2908 FastMallocZone::init(); in InitModule() 4311 kern_return_t FastMallocZone::enumerate(task_t task, void* context, unsigned typeMask, vm_address_t… in CreateCacheIfNecessary() 4317 FastMallocZone* mzone = memoryReader(reinterpret_cast<FastMallocZone*>(zoneAddress)); in CreateCacheIfNecessary() 4350 size_t FastMallocZone::size(malloc_zone_t*, const void*) in CreateCacheIfNecessary() 4355 void* FastMallocZone::zoneMalloc(malloc_zone_t*, size_t) in CreateCacheIfNecessary() 4360 void* FastMallocZone::zoneCalloc(malloc_zone_t*, size_t, size_t) in CreateCacheIfNecessary() 4365 void FastMallocZone::zoneFree(malloc_zone_t*, void* ptr) in CreateCacheIfNecessary() [all …]
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 382 …<rdar://problem/5487107> NULL dereference crash in FastMallocZone::enumerate when running leaks ag… 386 …The fix is to follow the pattern used elsewhere in FastMallocZone by always doing the mapping afte… 390 (WTF::FastMallocZone::enumerate): 495 (WTF::FastMallocZone::size): 496 (WTF::FastMallocZone::zoneMalloc): 497 (WTF::FastMallocZone::zoneCalloc): 498 (WTF::FastMallocZone::zoneFree): 499 (WTF::FastMallocZone::zoneRealloc): 1050 (WTF::FastMallocZone::goodSize): 1051 (WTF::FastMallocZone::check): [all …]
|
D | ChangeLog-2009-06-16 | 10088 … <rdar://problem/6354858> FastMallocZone's enumeration code reports fragmented administration space 10126 (WTF::TCMallocStats::FastMallocZone::enumerate): 10127 (WTF::TCMallocStats::FastMallocZone::FastMallocZone): 10128 (WTF::TCMallocStats::FastMallocZone::init): 10958 (WTF::TCMallocStats::FastMallocZone::FastMallocZone): 39678 …<rdar://problem/6143072> FastMallocZone's enumeration code makes assumptions about handling of rem… 39685 (WTF::TCMallocStats::FastMallocZone::enumerate): Ditto.
|