Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/tests/
DArenaTestHelpers.h39 class TrackedAllocator : public PODArena::FastMallocAllocator {
48 void* result = PODArena::FastMallocAllocator::allocate(size); in allocate()
58 PODArena::FastMallocAllocator::free(ptr); in free()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODArena.h60 class FastMallocAllocator : public Allocator {
62 static PassRefPtr<FastMallocAllocator> create() in create()
64 return adoptRef(new FastMallocAllocator); in create()
71 FastMallocAllocator() { } in FastMallocAllocator() function
120 : m_allocator(FastMallocAllocator::create()) in PODArena()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0663076 (WebCore::PODArena::FastMallocAllocator::create):
63077 (WebCore::PODArena::FastMallocAllocator::allocate):
63078 (WebCore::PODArena::FastMallocAllocator::free):
63079 (WebCore::PODArena::FastMallocAllocator::FastMallocAllocator):