OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastMallocAllocator
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/tests/
ArenaTestHelpers.h
39
class TrackedAllocator : public PODArena::
FastMallocAllocator
{
48
void* result = PODArena::
FastMallocAllocator
::allocate(size);
58
PODArena::
FastMallocAllocator
::free(ptr);
/external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h
60
class
FastMallocAllocator
: public Allocator {
62
static PassRefPtr<
FastMallocAllocator
> create()
64
return adoptRef(new
FastMallocAllocator
);
71
FastMallocAllocator
() { }
74
// Creates a new PODArena configured with a
FastMallocAllocator
.
120
: m_allocator(
FastMallocAllocator
::create())
Completed in 1479 milliseconds