NetSurf
Data Fields
talloc_chunk Struct Reference
Collaboration diagram for talloc_chunk:
[legend]

Data Fields

struct talloc_chunknext
 
struct talloc_chunkprev
 
struct talloc_chunkparent
 
struct talloc_chunkchild
 
struct talloc_reference_handlerefs
 
talloc_destructor_t destructor
 
const char * name
 
size_t size
 
unsigned flags
 

Detailed Description

Definition at line 117 of file talloc.c.

Field Documentation

◆ child

struct talloc_chunk * talloc_chunk::child

◆ destructor

talloc_destructor_t talloc_chunk::destructor

Definition at line 121 of file talloc.c.

Referenced by __talloc(), _talloc_free(), and _talloc_set_destructor().

◆ flags

unsigned talloc_chunk::flags

◆ name

const char* talloc_chunk::name

◆ next

struct talloc_chunk* talloc_chunk::next

◆ parent

struct talloc_chunk* talloc_chunk::parent

◆ prev

struct talloc_chunk * talloc_chunk::prev

◆ refs

struct talloc_reference_handle* talloc_chunk::refs

◆ size

size_t talloc_chunk::size

The documentation for this struct was generated from the following file: