Searched refs:Slab (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
H A DAllocatorTest.cpp133 void *Slab = alignPtr((char *)MemBase + sizeof(void *), Alignment); local
136 ((void**)Slab)[-1] = MemBase;
139 return Slab;
142 void Deallocate(void *Slab, size_t Size) { argument
143 free(((void**)Slab)[-1]);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp278 void Deallocate(void *Slab, size_t Size);
577 void JITAllocator::Deallocate(void *Slab, size_t Size) { argument
578 sys::MemoryBlock B(Slab, Size);

Completed in 82 milliseconds