Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp268 class JITSlabAllocator : public SlabAllocator { class
271 JITSlabAllocator(DefaultJITMemoryManager &jmm) : JMM(jmm) { } in JITSlabAllocator() function in __anonc4b138420211::JITSlabAllocator
272 virtual ~JITSlabAllocator() { } in ~JITSlabAllocator()
298 JITSlabAllocator BumpSlabAllocator;
581 MemSlab *JITSlabAllocator::Allocate(size_t Size) { in Allocate()
589 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate()