Searched refs:IsSystemHeapAddress (Results 1 – 5 of 5) sorted by relevance
69 bool IsSystemHeapAddress(uptr addr);
84 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
51 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
295 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function
622 if (!IsSystemHeapAddress(p)) in Deallocate()