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