Searched defs:Slab (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DAllocator.cpp67 void BumpPtrAllocator::DeallocateSlabs(MemSlab *Slab) { argument
179 MemSlab *Slab = (MemSlab*)Allocator.Allocate(Size, 0); local
185 Deallocate(MemSlab *Slab) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DAllocator.h207 MemSlab *Slab = Allocator.CurSlab; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp571 MemSlab *Slab = (MemSlab*)B.base(); local
577 void JITSlabAllocator::Deallocate(MemSlab *Slab) { argument

Completed in 133 milliseconds