ConservativeGC.check
void check(void * p) nothrowPerforms certain checks on a pointer. These checks will cause asserts to fail unless the following conditions are met: 1) The poiinter belongs to this memory pool. 2) The pointer points to the start of an allocated piece of memory. 3) The pointer is not on a free list.
Parameters
p | The pointer to be checked. |