OpenVPN
|
Garbage collection entry for a specially allocated structure that needs a custom free function to be freed like struct addrinfo. More...
#include <buffer.h>
Data Fields | |
struct gc_entry_special * | next |
void(* | free_fnc )(void *) |
void * | addr |
Garbage collection entry for a specially allocated structure that needs a custom free function to be freed like struct addrinfo.
void* gc_entry_special::addr |
Definition at line 102 of file buffer.h.
Referenced by gc_addspecial(), gc_realloc(), and x_gc_freespecial().
void(* gc_entry_special::free_fnc) (void *) |
Definition at line 101 of file buffer.h.
Referenced by gc_addspecial(), and x_gc_freespecial().
struct gc_entry_special* gc_entry_special::next |
Definition at line 100 of file buffer.h.
Referenced by gc_addspecial(), gc_realloc(), and x_gc_freespecial().