NetSurf
|
Data Fields | |
struct talloc_chunk * | next |
struct talloc_chunk * | prev |
struct talloc_chunk * | parent |
struct talloc_chunk * | child |
struct talloc_reference_handle * | refs |
talloc_destructor_t | destructor |
const char * | name |
size_t | size |
unsigned | flags |
struct talloc_chunk * talloc_chunk::child |
Definition at line 119 of file talloc.c.
Referenced by __talloc(), _talloc_free(), _talloc_realloc(), _talloc_steal(), talloc_free_children(), talloc_report_depth_cb(), talloc_total_blocks(), and talloc_total_size().
talloc_destructor_t talloc_chunk::destructor |
Definition at line 121 of file talloc.c.
Referenced by __talloc(), _talloc_free(), and _talloc_set_destructor().
unsigned talloc_chunk::flags |
Definition at line 124 of file talloc.c.
Referenced by __talloc(), _talloc_free(), _talloc_realloc(), talloc_chunk_from_ptr(), talloc_report_depth_cb(), talloc_total_blocks(), and talloc_total_size().
const char* talloc_chunk::name |
Definition at line 122 of file talloc.c.
Referenced by __talloc(), _talloc_array(), _talloc_named_const(), _talloc_realloc(), _talloc_realloc_array(), _talloc_set_name_const(), _talloc_zero_array(), talloc_check_name(), talloc_find_parent_byname(), talloc_get_name(), talloc_init(), talloc_named(), talloc_named_const(), talloc_parent_name(), talloc_report_depth_cb(), talloc_set_name(), talloc_set_name_const(), and talloc_set_name_v().
struct talloc_chunk* talloc_chunk::next |
Definition at line 118 of file talloc.c.
Referenced by __talloc(), _talloc_free(), _talloc_realloc(), _talloc_steal(), talloc_report_depth_cb(), talloc_total_blocks(), and talloc_total_size().
struct talloc_chunk* talloc_chunk::parent |
Definition at line 119 of file talloc.c.
Referenced by __talloc(), _talloc_free(), _talloc_realloc(), _talloc_steal(), talloc_find_parent_byname(), talloc_is_parent(), talloc_parent_chunk(), and talloc_show_parents().
struct talloc_chunk * talloc_chunk::prev |
Definition at line 118 of file talloc.c.
Referenced by __talloc(), _talloc_free(), _talloc_realloc(), _talloc_steal(), talloc_find_parent_byname(), talloc_is_parent(), talloc_parent_chunk(), and talloc_show_parents().
struct talloc_reference_handle* talloc_chunk::refs |
Definition at line 120 of file talloc.c.
Referenced by __talloc(), _talloc_free(), _talloc_realloc(), _talloc_reference(), talloc_free_children(), talloc_reference_count(), talloc_reference_destructor(), talloc_unlink(), and talloc_unreference().
size_t talloc_chunk::size |
Definition at line 123 of file talloc.c.
Referenced by __talloc(), _talloc(), _talloc_named_const(), _talloc_realloc(), talloc_get_size(), talloc_named(), talloc_named_const(), talloc_realloc_fn(), talloc_total_size(), and talloc_vasprintf_append().