| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
Data Fields | |
| void * | area | 
| size_t | area_size | 
| size_t | max_size | 
| struct location | allocator | 
| struct location | reallocator | 
| struct location | claimer | 
Definition at line 147 of file gwmem-check.c.
| struct location area::allocator | 
Definition at line 152 of file gwmem-check.c.
Referenced by dump_area(), gw_check_realloc(), and record_allocation().
| void* area::area | 
Definition at line 149 of file gwmem-check.c.
Referenced by check_marks(), drop_from_free_ring(), dump_area(), find_area(), free_area(), gw_check_area_size(), gw_check_claim_area(), gw_check_free(), gw_check_is_allocated(), gw_check_realloc(), put_on_free_ring(), record_allocation(), and remove_allocation().
| size_t area::area_size | 
Definition at line 150 of file gwmem-check.c.
Referenced by check_marks(), drop_from_free_ring(), dump_area(), find_area(), free_area(), gw_check_area_size(), gw_check_check_leaks(), gw_check_realloc(), record_allocation(), and remove_allocation().
| struct location area::claimer | 
Definition at line 154 of file gwmem-check.c.
Referenced by dump_area(), and gw_check_claim_area().
| size_t area::max_size | 
Definition at line 151 of file gwmem-check.c.
Referenced by dump_area(), gw_check_realloc(), and record_allocation().
| struct location area::reallocator | 
Definition at line 153 of file gwmem-check.c.
Referenced by dump_area(), and gw_check_realloc().