OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingMem
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp
61
MemGroup.
PendingMem
.push_back(sys::MemoryBlock((void *)Addr, Size));
65
FreeMB.PendingPrefixIndex = MemGroup.
PendingMem
.size() - 1;
67
sys::MemoryBlock &PendingMB = MemGroup.
PendingMem
[FreeMB.PendingPrefixIndex];
109
MemGroup.
PendingMem
.push_back(sys::MemoryBlock((void *)Addr, Size));
186
for (sys::MemoryBlock &MB : MemGroup.
PendingMem
)
190
MemGroup.
PendingMem
.clear();
196
// We cleared the
PendingMem
list, so all these pointers are now invalid
210
for (sys::MemoryBlock &Block : CodeMem.
PendingMem
)
/external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h
90
// this block, store it's index in
PendingMem
, to be able to update the
97
//
PendingMem
contains all blocks of memory (subblocks of AllocatedMem)
101
SmallVector<sys::MemoryBlock, 16>
PendingMem
;
Completed in 1098 milliseconds