HomeSort by relevance Sort by last modified time
    Searched defs:DefaultAllocator (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
arena.h 50 class DefaultAllocator
74 struct CachingAllocatorT : DefaultAllocator
139 return this->DefaultAllocator::AllocateAligned(size, align);
168 this->DefaultAllocator::Free(pBlock);
232 this->DefaultAllocator::Free(pBlock);
239 this->DefaultAllocator::Free(pBlock);
367 template<typename T = DefaultAllocator, size_t BlockSizeT = 128 * sizeof(KILOBYTE)>
487 DefaultAllocator m_defAllocator;
491 using StdArena = TArena<DefaultAllocator>;
  /external/v8/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 42 class DefaultAllocator {
67 typename Allocator = DefaultAllocator>
83 typename Allocator = DefaultAllocator>
95 typename Allocator = DefaultAllocator>
107 typename Allocator = DefaultAllocator>
119 typename Allocator = DefaultAllocator>
132 typename Allocator = DefaultAllocator>
140 typename Allocator = DefaultAllocator>
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/heap/
stubs.h 42 class DefaultAllocator {
67 typename Allocator = DefaultAllocator>
83 typename Allocator = DefaultAllocator>
95 typename Allocator = DefaultAllocator>
107 typename Allocator = DefaultAllocator>
119 typename Allocator = DefaultAllocator>
132 typename Allocator = DefaultAllocator>
140 typename Allocator = DefaultAllocator>

Completed in 340 milliseconds