Home
last modified time | relevance | path

Searched defs:allocateObject (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPODFreeListArena.h48 T* allocateObject() in allocateObject() function
62 template<class Argument1Type> T* allocateObject(const Argument1Type& argument1) in allocateObject() function
DPODArena.h87 template<class T> T* allocateObject() in allocateObject() function
93 template<class T, class Argument1Type> T* allocateObject(const Argument1Type& argument1) in allocateObject() function