Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp92 PreallocMemory("preallocate", variable
404 if (static_cast<intptr_t>(PreallocMemory) < 0) in doPreallocation()
408 if (PreallocMemory != 0) in doPreallocation()
409 MemMgr.preallocateSlab(PreallocMemory); in doPreallocation()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp97 PreallocMemory("preallocate", variable
398 if (static_cast<intptr_t>(PreallocMemory) < 0) in doPreallocation()
402 if (PreallocMemory != 0) in doPreallocation()
403 MemMgr.preallocateSlab(PreallocMemory); in doPreallocation()