Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp95 unsigned FreeSize = EndOfBlock-Addr-Size; in allocateSection() local
96 if (FreeSize > 16) in allocateSection()
97 MemGroup.FreeMem.push_back(sys::MemoryBlock((void*)(Addr + Size), FreeSize)); in allocateSection()