|
RAPI
|
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
| struct | R_allocator |
Defines | |
| #define | R_ALLOCATOR_TYPE |
Typedefs | |
| typedef struct R_allocator | R_allocator_t |
| typedef void *(* | custom_alloc_t )(R_allocator_t *allocator, size_t) |
| typedef void(* | custom_free_t )(R_allocator_t *allocator, void *) |
| #define R_ALLOCATOR_TYPE |
| typedef void*(* custom_alloc_t)(R_allocator_t *allocator, size_t) |
| typedef void(* custom_free_t)(R_allocator_t *allocator, void *) |
| typedef struct R_allocator R_allocator_t |
1.7.6.1