Check safely if any pointer is part of a heap.
The heap.
Any pointer – not required to be previously allocated by us.
true if p points to a block in heap.
Note: expensive function, linear in the pages in the heap.
See Implementation
Check safely if any pointer is part of a heap.