Searched refs:FastMallocAllocator (Results 1 – 3 of 3) sorted by relevance
39 class TrackedAllocator : public PODArena::FastMallocAllocator {48 void* result = PODArena::FastMallocAllocator::allocate(size); in allocate()58 PODArena::FastMallocAllocator::free(ptr); in free()
60 class FastMallocAllocator : public Allocator {62 static PassRefPtr<FastMallocAllocator> create() in create()64 return adoptRef(new FastMallocAllocator); in create()71 FastMallocAllocator() { } in FastMallocAllocator() function120 : m_allocator(FastMallocAllocator::create()) in PODArena()
63076 (WebCore::PODArena::FastMallocAllocator::create):63077 (WebCore::PODArena::FastMallocAllocator::allocate):63078 (WebCore::PODArena::FastMallocAllocator::free):63079 (WebCore::PODArena::FastMallocAllocator::FastMallocAllocator):