Home
last modified time | relevance | path

Searched refs:DefaultAllocator (Results 1 – 7 of 7) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/tests/heap/
Dstubs.h35 class DefaultAllocator {
42 typename Allocator = DefaultAllocator>
58 typename Allocator = DefaultAllocator>
72 typename Allocator = DefaultAllocator>
86 typename Allocator = DefaultAllocator>
100 typename Allocator = DefaultAllocator>
114 typename Allocator = DefaultAllocator>
125 typename Allocator = DefaultAllocator>
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h50 class DefaultAllocator
74 struct CachingAllocatorT : DefaultAllocator
139 return this->DefaultAllocator::AllocateAligned(size, align); in AllocateAligned()
168 this->DefaultAllocator::Free(pBlock); in FreeOldBlocks()
232 this->DefaultAllocator::Free(pBlock); in ~CachingAllocatorT()
239 this->DefaultAllocator::Free(pBlock); in ~CachingAllocatorT()
367 template<typename T = DefaultAllocator, size_t BlockSizeT = 128 * sizeof(KILOBYTE)>
487 DefaultAllocator m_defAllocator;
491 using StdArena = TArena<DefaultAllocator>;
/external/flatbuffers/tests/
Dtest_builder.cpp13 struct OwnedAllocator : public flatbuffers::DefaultAllocator {};
45 flatbuffers::DefaultAllocator member_allocator_;
113 flatbuffers::DefaultAllocator().deallocate(buf, 0); in free_raw()
Dtest_builder.h59 flatbuffers::DefaultAllocator::dealloc(ptr, size);
/external/libcxxabi/src/
Dcxa_demangle.cpp306 class DefaultAllocator { class
327 using Demangler = itanium_demangle::ManglingParser<DefaultAllocator>;
/external/flatbuffers/include/flatbuffers/
Dgrpc.h179 …essageBuilder(FlatBufferBuilder &&src, void (*dealloc)(void*, size_t) = &DefaultAllocator::dealloc)
Dflatbuffers.h476 class DefaultAllocator : public Allocator {
497 : DefaultAllocator().allocate(size);
502 else DefaultAllocator().deallocate(p, size);
511 : DefaultAllocator().reallocate_downward(old_p, old_size, new_size,