Go to the source code of this file.
Defines | |
| #define | rs_alloc_struct(type) ((type *) rs_alloc_struct0(sizeof(type), #type)) |
| #define | UNUSED(x) x |
Functions | |
| void * | rs_alloc (size_t size, char const *name) |
| void * | rs_alloc_struct0 (size_t size, char const *name) |
| void | rs_bzero (void *buf, size_t size) |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.2