Allocation descriptor. More...
#include <tm.h>
Data Fields | |
| size_t | size |
| Size of all objects allocated. | |
| void * | opaque |
| User-specified data. | |
| void * | hidden |
| tm_type handle. | |
Allocation descriptor.
Specifies a user-defined handle for requesting allocations of a particular type and size.
Definition at line 48 of file tm.h.
| void* tm_adesc::hidden |
tm_type handle.
Definition at line 51 of file tm.h.
Referenced by _tm_alloc_desc_inner(), and tm_adesc_for_size().
| void* tm_adesc::opaque |
| size_t tm_adesc::size |
Size of all objects allocated.
Definition at line 49 of file tm.h.
Referenced by tm_adesc_for_size(), and tm_alloc_desc().
1.6.1