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/chromium_org/third_party/WebKit/Source/platform/testing/
ArenaTestHelpers.h
40
class TrackedAllocator FINAL : public PODArena::
FastMallocAllocator
{
49
void* result = PODArena::
FastMallocAllocator
::allocate(size);
59
PODArena::
FastMallocAllocator
::free(ptr);
/external/chromium_org/third_party/WebKit/Source/platform/
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
.
108
: m_allocator(
FastMallocAllocator
::create())
Completed in 224 milliseconds