|
Apache HTTPD
|
Go to the source code of this file.
Classes | |
| struct | allocation_entry |
Typedefs | |
| typedef struct allocation_entry | AllocationEntry |
Functions | |
| static AllocationEntry * | find_allocation (const void *ptr) |
| void * | tracking_malloc (size_t size) |
| void | tracking_free (void *ptr) |
| void * | tracking_realloc (void *ptr, size_t size) |
| int | tracking_report (void) |
Variables | |
| static AllocationEntry * | alloc_head = NULL |
| static AllocationEntry * | alloc_tail = NULL |
|
static |
Definition at line 87 of file memcheck.c.
| void tracking_free | ( | void * | ptr | ) |
Definition at line 100 of file memcheck.c.
| void * tracking_malloc | ( | size_t | size | ) |
Definition at line 57 of file memcheck.c.
| void * tracking_realloc | ( | void * | ptr, |
| size_t | size | ||
| ) |
Definition at line 128 of file memcheck.c.
| int tracking_report | ( | void | ) |
Definition at line 179 of file memcheck.c.
|
static |
Definition at line 50 of file memcheck.c.
|
static |
Definition at line 51 of file memcheck.c.