Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/Support/
DAllocatorTest.cpp136 MockSlabAllocator SlabAlloc; in TEST() local
137 BumpPtrAllocator Alloc(4096, 4096, SlabAlloc); in TEST()
139 MemSlab *Slab = SlabAlloc.GetLastSlab(); in TEST()