Searched refs:highest_ever_allocated (Results 1 – 7 of 7) sorted by relevance
128 static void* highest_ever_allocated = reinterpret_cast<void*>(0); variable136 highest_ever_allocated = in UpdateAllocatedSpaceLimits()137 Max(highest_ever_allocated, in UpdateAllocatedSpaceLimits()143 return address < lowest_ever_allocated || address >= highest_ever_allocated; in IsOutsideAllocatedSpace()
155 static void* highest_ever_allocated = reinterpret_cast<void*>(0); variable163 highest_ever_allocated = in UpdateAllocatedSpaceLimits()164 Max(highest_ever_allocated, in UpdateAllocatedSpaceLimits()170 return address < lowest_ever_allocated || address >= highest_ever_allocated; in IsOutsideAllocatedSpace()
143 static void* highest_ever_allocated = reinterpret_cast<void*>(0); variable151 highest_ever_allocated = in UpdateAllocatedSpaceLimits()152 Max(highest_ever_allocated, in UpdateAllocatedSpaceLimits()158 return address < lowest_ever_allocated || address >= highest_ever_allocated; in IsOutsideAllocatedSpace()
118 static void* highest_ever_allocated = reinterpret_cast<void*>(0); variable126 highest_ever_allocated = in UpdateAllocatedSpaceLimits()127 Max(highest_ever_allocated, in UpdateAllocatedSpaceLimits()133 return address < lowest_ever_allocated || address >= highest_ever_allocated; in IsOutsideAllocatedSpace()
161 static void* highest_ever_allocated = reinterpret_cast<void*>(0); variable169 highest_ever_allocated = in UpdateAllocatedSpaceLimits()170 Max(highest_ever_allocated, in UpdateAllocatedSpaceLimits()176 return address < lowest_ever_allocated || address >= highest_ever_allocated; in IsOutsideAllocatedSpace()
341 static void* highest_ever_allocated = reinterpret_cast<void*>(0); variable349 highest_ever_allocated = in UpdateAllocatedSpaceLimits()350 Max(highest_ever_allocated, in UpdateAllocatedSpaceLimits()356 return address < lowest_ever_allocated || address >= highest_ever_allocated; in IsOutsideAllocatedSpace()
827 static void* highest_ever_allocated = reinterpret_cast<void*>(0); variable835 highest_ever_allocated = in UpdateAllocatedSpaceLimits()836 Max(highest_ever_allocated, in UpdateAllocatedSpaceLimits()842 if (pointer < lowest_ever_allocated || pointer >= highest_ever_allocated) in IsOutsideAllocatedSpace()