|
Embedded Wireless Framework
|
The allocator structure definition. More...
#include <ewf_allocator.h>
Data Fields | |
| uint32_t | block_size |
| uint32_t | block_count |
| ewf_result(* | start )(ewf_allocator *allocator_ptr) |
| ewf_result(* | stop )(ewf_allocator *allocator_ptr) |
| ewf_result(* | allocate )(ewf_allocator *allocator_ptr, void **p) |
| ewf_result(* | release )(ewf_allocator *allocator_ptr, void *p) |
| void * | implementation_ptr |
The allocator structure definition.