Searched refs:IsSystemHeapAddress (Results 1 – 5 of 5) sorted by relevance
68 bool IsSystemHeapAddress(uptr addr);
83 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
50 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
321 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function
688 if (!IsSystemHeapAddress(p)) in Deallocate()