Searched refs:DefaultSizeThreshold (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp325 /// DefaultSizeThreshold - For any allocation larger than this threshold, we
327 static const size_t DefaultSizeThreshold; member in class:__anon9358::DefaultJITMemoryManager
603 StubAllocator(DefaultSlabSize, DefaultSizeThreshold, BumpSlabAllocator),
604 DataAllocator(DefaultSlabSize, DefaultSizeThreshold, BumpSlabAllocator) {
924 const size_t DefaultJITMemoryManager::DefaultSizeThreshold = 16 * 1024; member in class:DefaultJITMemoryManager

Completed in 92 milliseconds