Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp256 class JITSlabAllocator : public SlabAllocator { class
259 JITSlabAllocator(DefaultJITMemoryManager &jmm) : JMM(jmm) { } in JITSlabAllocator() function in __anone29d22b10211::JITSlabAllocator
260 virtual ~JITSlabAllocator() { } in ~JITSlabAllocator()
286 JITSlabAllocator BumpSlabAllocator;
517 MemSlab *JITSlabAllocator::Allocate(size_t Size) { in Allocate()
525 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate()