Searched refs:JITSlabAllocator (Results 1 – 1 of 1) sorted by relevance
256 class JITSlabAllocator : public SlabAllocator { class259 JITSlabAllocator(DefaultJITMemoryManager &jmm) : JMM(jmm) { } in JITSlabAllocator() function in __anone29d22b10211::JITSlabAllocator260 virtual ~JITSlabAllocator() { } in ~JITSlabAllocator()286 JITSlabAllocator BumpSlabAllocator;517 MemSlab *JITSlabAllocator::Allocate(size_t Size) { in Allocate()525 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate()