Classes | |
class | alloc_ct |
An object of type alloc_ct contains information about one allocated memory block. More... | |
Functions | |
alloc_ct const * | libcwd::find_alloc (void const *ptr) |
Find information about a memory allocation. |
|
Find information about a memory allocation.
Given a pointer, which points to the start of or inside an allocated memory block, it is possible to find information about this memory block using the libcwd function
gives as output,
|