Previous: struct x1f4_track_type, Up: General Types [Index]
typedef struct x1f4_trans_type { int (*free)(void *, void *), (*link)(void *, void **, unsigned), (*mode)(void *, void **, unsigned); void *data; } x1f4_trans_type;
The struct x1f4_trans_type
record describes a memory allocation
context. It is a regular libaime memory allocator construct.