|
Apache HTTPD
|
Public Attributes | |
| struct allocation_entry * | next |
| struct allocation_entry * | prev |
| void * | allocation |
| size_t | num_bytes |
Definition at line 43 of file memcheck.c.
| void* allocation_entry::allocation |
Definition at line 46 of file memcheck.c.
| struct allocation_entry* allocation_entry::next |
Definition at line 44 of file memcheck.c.
| size_t allocation_entry::num_bytes |
Definition at line 47 of file memcheck.c.
| struct allocation_entry* allocation_entry::prev |
Definition at line 45 of file memcheck.c.