Searched refs:JITSlabAllocator (Results 1 – 1 of 1) sorted by relevance
268 class JITSlabAllocator : public SlabAllocator { class271 JITSlabAllocator(DefaultJITMemoryManager &jmm) : JMM(jmm) { } in JITSlabAllocator() function in __anonc4b138420211::JITSlabAllocator272 virtual ~JITSlabAllocator() { } in ~JITSlabAllocator()298 JITSlabAllocator BumpSlabAllocator;581 MemSlab *JITSlabAllocator::Allocate(size_t Size) { in Allocate()589 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate()