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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp66 for (FreeMemBlock &FreeMB : MemGroup.FreeMem) {
67 if (FreeMB.Free.allocatedSize() >= RequiredSize) {
68 Addr = (uintptr_t)FreeMB.Free.base();
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize();
73 if (FreeMB.PendingPrefixIndex == (unsigned)-1) {
79 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1;
82 MemGroup.PendingMem[FreeMB.PendingPrefixIndex];
88 FreeMB.Free =
130 FreeMemBlock FreeMB; local
131 FreeMB
[all...]

Completed in 107 milliseconds