|
gpointer(* | malloc )(gsize n_bytes) |
|
gpointer(* | realloc )(gpointer mem, gsize n_bytes) |
|
void(* | free )(gpointer mem) |
|
gpointer(* | calloc )(gsize n_blocks, gsize n_block_bytes) |
|
gpointer(* | try_malloc )(gsize n_bytes) |
|
gpointer(* | try_realloc )(gpointer mem, gsize n_bytes) |
|
Definition at line 2878 of file translate.h.
The documentation for this struct was generated from the following file: