Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp315 static const size_t DefaultSizeThreshold; member in __anon99ff5b280211::DefaultJITMemoryManager
539 StubAllocator(DefaultSlabSize, DefaultSizeThreshold, BumpSlabAllocator), in DefaultJITMemoryManager()
540 DataAllocator(DefaultSlabSize, DefaultSizeThreshold, BumpSlabAllocator) { in DefaultJITMemoryManager()
727 const size_t DefaultJITMemoryManager::DefaultSizeThreshold = 16 * 1024; member in DefaultJITMemoryManager