Searched defs:JITAllocator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp273 class JITAllocator { class in namespace:__anon25849
276 JITAllocator(DefaultJITMemoryManager &jmm) : JMM(jmm) { } function in class:__anon25849::JITAllocator
316 BumpPtrAllocatorImpl<JITAllocator, DefaultSlabSize,
318 BumpPtrAllocatorImpl<JITAllocator, DefaultSlabSize,
572 void *JITAllocator::Allocate(size_t Size, size_t /*Alignment*/) {
577 void JITAllocator::Deallocate(void *Slab, size_t Size) {

Completed in 33 milliseconds