Home
last modified time | relevance | path

Searched defs:Slab (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp62 void BumpPtrAllocator::DeallocateSlabs(MemSlab *Slab) { in DeallocateSlabs()
133 for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->NextPtr) { in GetNumSlabs() local
141 for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->NextPtr) { in getTotalMemory() local
150 for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->NextPtr) { in PrintStats() local
170 MemSlab *Slab = (MemSlab*)Allocator.Allocate(Size, 0); in Allocate() local
176 void MallocSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate()
/external/swiftshader/third_party/LLVM/unittests/Support/
DAllocatorTest.cpp111 MemSlab *Slab = (MemSlab*)(((uintptr_t)MemBase+sizeof(void*)+Alignment-1) & in Allocate() local
123 virtual void Deallocate(MemSlab *Slab) { in Deallocate()
139 MemSlab *Slab = SlabAlloc.GetLastSlab(); in TEST() local
/external/llvm/unittests/Support/
DAllocatorTest.cpp153 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate() local
162 void Deallocate(void *Slab, size_t Size) { in Deallocate()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp519 MemSlab *Slab = (MemSlab*)B.base(); in Allocate() local
525 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate()