Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

area Struct Reference

Collaboration diagram for area:

Collaboration graph
[legend]

Data Fields

void * area
size_t area_size
size_t max_size
location allocator
location reallocator
location claimer
void * frames [10]
size_t frame_size

Field Documentation

struct location area::allocator
 

Definition at line 151 of file gwmem-check.c.

Referenced by dump_area(), gw_check_realloc(), and record_allocation().

void* area::area
 

Definition at line 148 of file gwmem-check.c.

Referenced by check_marks(), drop_from_free_ring(), dump_area(), find_area(), free_area(), put_on_free_ring(), record_allocation(), and remove_allocation().

size_t area::area_size
 

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_check_leaks(), gw_check_realloc(), record_allocation(), and remove_allocation().

struct location area::claimer
 

Definition at line 153 of file gwmem-check.c.

Referenced by dump_area(), and gw_check_claim_area().

size_t area::frame_size
 

Definition at line 156 of file gwmem-check.c.

Referenced by dump_area(), and record_allocation().

void* area::frames[10]
 

Definition at line 155 of file gwmem-check.c.

Referenced by dump_area(), and record_allocation().

size_t area::max_size
 

Definition at line 150 of file gwmem-check.c.

Referenced by dump_area(), gw_check_realloc(), and record_allocation().

struct location area::reallocator
 

Definition at line 152 of file gwmem-check.c.

Referenced by dump_area(), and gw_check_realloc().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.