13#ifndef __WMEM_ALLOCATOR_H__
14#define __WMEM_ALLOCATOR_H__
29 void *(*walloc)(
void *private_data,
const size_t size);
30 void (*wfree)(
void *private_data,
void *ptr);
31 void *(*wrealloc)(
void *private_data,
void *ptr,
const size_t size);
34 void (*free_all)(
void *private_data);
35 void (*gc)(
void *private_data);
36 void (*cleanup)(
void *private_data);
_wmem_allocator_type_t
Definition wmem_core.h:47
Definition wmem_allocator.h:27
Definition wmem_user_cb.c:18