Searched refs:RWDataMem (Results 1 – 2 of 2) sorted by relevance
59 return RWDataMem; in allocateSection()121 if (RWDataMem.Near.base() == nullptr) in allocateSection()122 RWDataMem.Near = MB; in allocateSection()235 for (MemoryGroup *Group : {&CodeMem, &RWDataMem, &RODataMem}) { in ~SectionMemoryManager()
186 MemoryGroup RWDataMem; variable