Searched refs:IsSystemHeapAddress (Results 1 – 5 of 5) sorted by relevance
70 bool IsSystemHeapAddress(uptr addr);
86 bool IsSystemHeapAddress(uptr addr) { return false; } in IsSystemHeapAddress() function
50 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
342 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function
721 if (!IsSystemHeapAddress(p)) in Deallocate()