Data Fields | |
unsigned int | cache |
unsigned char | data [0] |
Location of the requested malloc block to return. | |
unsigned int | fence |
Lower guard fence. | |
char | file [64] |
char | func [40] |
size_t | len |
unsigned int | lineno |
struct { | |
struct ast_region * next | |
} | node |
enum func_type | which |
Definition at line 79 of file astmm.c.
unsigned int cache |
Definition at line 82 of file astmm.c.
Referenced by __ast_alloc_region(), handle_memory_show_allocations(), handle_memory_show_summary(), mm_atexit_regions_list(), and mm_atexit_regions_summary().
unsigned char data[0] |
Location of the requested malloc block to return.
Definition at line 105 of file astmm.c.
Referenced by __ast_alloc_region(), mm_atexit_cmp(), mm_atexit_hash_restore(), mm_atexit_regions_list(), region_check_fences(), region_data_check(), region_data_wipe(), region_find(), and region_remove().
unsigned int fence |
Lower guard fence.
Definition at line 98 of file astmm.c.
Referenced by region_data_check(), and region_data_wipe().
char file[64] |
Definition at line 85 of file astmm.c.
Referenced by __ast_alloc_region(), handle_memory_show_allocations(), handle_memory_show_summary(), mm_atexit_cmp(), mm_atexit_regions_list(), mm_atexit_regions_summary(), region_check_fences(), and region_data_check().
char func[40] |
Definition at line 86 of file astmm.c.
Referenced by __ast_alloc_region(), handle_memory_show_allocations(), handle_memory_show_summary(), mm_atexit_regions_list(), mm_atexit_regions_summary(), region_check_fences(), and region_data_check().
size_t len |
Definition at line 81 of file astmm.c.
Referenced by __ast_alloc_region(), __ast_free_region(), __ast_realloc(), handle_memory_show_allocations(), handle_memory_show_summary(), mm_atexit_cmp(), mm_atexit_regions_list(), mm_atexit_regions_summary(), region_check_fences(), region_data_check(), and region_data_wipe().
unsigned int lineno |
Definition at line 83 of file astmm.c.
Referenced by __ast_alloc_region(), handle_memory_show_allocations(), handle_memory_show_summary(), mm_atexit_cmp(), mm_atexit_regions_list(), mm_atexit_regions_summary(), region_check_fences(), and region_data_check().
struct ast_region* next [read] |
Definition at line 80 of file astmm.c.
Referenced by handle_memory_show_summary(), and mm_atexit_regions_summary().
struct { ... } node |
Definition at line 84 of file astmm.c.
Referenced by __ast_alloc_region().