Home
last modified time | relevance | path

Searched defs:SlabSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp238 size_t SlabSize = MemMgr->GetDefaultDataSlabSize(); in TEST() local
261 size_t SlabSize = MemMgr->GetDefaultStubSlabSize(); in TEST() local
/external/llvm/include/llvm/Support/
DAllocator.h409 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument
426 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp399 size_t SlabSize = std::max(DefaultCodeSlabSize, PaddedMin); in allocateNewCodeSlab() local