This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void * | asc_malloc (size_t size) |
| void | asc_free (void *p) |
The routines here can be included into the main programs for finding heap related problems.
Definition in file memorycheck.cpp.
| void asc_free | ( | void * | p | ) |
Definition at line 261 of file memorycheck.cpp.
| void* asc_malloc | ( | size_t | size | ) |
1.5.1