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