RAPI
Data Structures | Defines | Typedefs
R_ext/Rallocators.h File Reference
#include <stddef.h>
Include dependency graph for Rallocators.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 Documentation


Typedef Documentation

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
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines