HomeSort by relevance Sort by last modified time
    Searched refs:backingAllocate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
DefaultAllocator.cpp 38 void* DefaultAllocator::backingAllocate(size_t size)
DefaultAllocator.h 76 return reinterpret_cast<Return>(backingAllocate(size));
81 void* result = backingAllocate(size);
157 WTF_EXPORT static void* backingAllocate(size_t);

Completed in 432 milliseconds