Up: Generic Types   [Index]


8.1.2.1 struct x1f4_trans_type

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 some memory allocation context. It is a regular libx1f4l2 memory allocator construct.

See Memory Allocator Construct.