Does a heap contain a pointer to a previously allocated block?
The heap.
Pointer to a previously allocated block (in any heap)– cannot be some random pointer!
true if the block pointed to by p is in the heap.
See Implementation
Does a heap contain a pointer to a previously allocated block?