Searched refs:IsSystemHeapAddress (Results 1 – 5 of 5) sorted by relevance
69 bool IsSystemHeapAddress(uptr addr);
74 bool IsSystemHeapAddress(uptr addr) { return false; } in IsSystemHeapAddress() function
50 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
332 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function
715 if (!IsSystemHeapAddress(p)) in Deallocate()