Searched refs:HeapMemEnd (Results 1 – 5 of 5) sorted by relevance
103 if (segment.start >= HeapMemEnd() && segment.start < HeapEnd()) continue; in CheckAndProtect()114 ProtectRange(HeapMemEnd(), ShadowBeg()); in CheckAndProtect()
165 RegionMemUsage(HeapMemBeg(), HeapMemEnd(), &heap_res, &heap_dirty); in WriteMemoryProfile()193 HeapMemBeg(), HeapMemEnd(), heap_res / 1024, heap_dirty / 1024, in WriteMemoryProfile()
112 else if (p >= HeapMemBeg() && p < HeapMemEnd()) in FillProfileCallback()
763 uptr HeapMemEnd(void) { return SelectMapping<MappingField>(kHeapMemEnd); } in HeapMemEnd() function
607 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()