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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp297 /// DefaultSizeThreshold - For any allocation larger than 16K (probably
300 static const size_t DefaultSizeThreshold = 16 * 1024; member in class:__anon25849::DefaultJITMemoryManager
317 DefaultSizeThreshold> StubAllocator;
319 DefaultSizeThreshold> DataAllocator;
904 const size_t DefaultJITMemoryManager::DefaultSizeThreshold; member in class:DefaultJITMemoryManager

Completed in 398 milliseconds