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