HomeSort by relevance Sort by last modified time
    Searched full:allocatebase (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PODArena.h 89 return new (allocateBase<T>()) T();
95 return new (allocateBase<T>()) T(argument1);
124 template<class T> void* allocateBase()

Completed in 55 milliseconds