Related | |
| group | Memory Allocation Debug Support: Introduction |
| group | Overview Of Allocated Memory |
| group | De-Allocation Pointer Validation |
| group | Overflow/Underflow Protection (Red Zones) |
| group | Memory Allocation Markers: Memory Leak Checking |
| group | Finding (Information About) Memory Allocations |
| group | Allocation Annotation |
Functions | |
| bool | libcwd::test_delete (void const *ptr) |
| Test if a pointer points to the start of an allocated memory block. | |
| size_t | libcwd::mem_size (void) |
| Returns the total number of allocated bytes. | |
| unsigned long | libcwd::mem_blocks (void) |
| Returns the total number of allocated memory blocks. | |
|
|
Test if a pointer points to the start of an allocated memory block.
test_delete also works for invisible memory blocks. |