
Data Fields | |
| unsigned int | cache |
| unsigned char | data [0] |
| unsigned int | fence |
| char | file [64] |
| char | func [40] |
| size_t | len |
| unsigned int | lineno |
| struct ast_region * | next |
| enum func_type | which |
Definition at line 79 of file astmm.c.
| unsigned int cache |
Definition at line 86 of file astmm.c.
Referenced by __ast_alloc_region(), handle_memory_show(), and handle_memory_show_summary().
| unsigned char data[0] |
Definition at line 88 of file astmm.c.
Referenced by __ast_alloc_region(), __ast_free_region(), __ast_sizeof_region(), and handle_memory_show().
| unsigned int fence |
Definition at line 87 of file astmm.c.
Referenced by __ast_alloc_region(), __ast_free_region(), and handle_memory_show().
| char file[64] |
Definition at line 82 of file astmm.c.
Referenced by __ast_alloc_region(), __ast_free_region(), handle_memory_show(), and handle_memory_show_summary().
| char func[40] |
Definition at line 83 of file astmm.c.
Referenced by __ast_alloc_region(), __ast_free_region(), handle_memory_show(), and handle_memory_show_summary().
| size_t len |
Definition at line 81 of file astmm.c.
Referenced by __ast_alloc_region(), __ast_free_region(), __ast_sizeof_region(), handle_memory_show(), and handle_memory_show_summary().
| unsigned int lineno |
Definition at line 84 of file astmm.c.
Referenced by __ast_alloc_region(), __ast_free_region(), and handle_memory_show().
| struct ast_region* next |
Definition at line 80 of file astmm.c.
Referenced by __ast_alloc_region(), __ast_free_region(), __ast_sizeof_region(), handle_memory_show(), and handle_memory_show_summary().
Definition at line 85 of file astmm.c.
Referenced by __ast_alloc_region().
1.6.2