Embedded Wireless Framework
Data Fields
_ewf_allocator Struct Reference

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
 

Detailed Description

The allocator structure definition.


The documentation for this struct was generated from the following file: