| Embedded Wireless Framework
    | 
#include "ewf_allocator.h"Go to the source code of this file.
| Data Structures | |
| struct | _ewf_allocator_c_heap | 
| C heap allocator implementation type.  More... | |
| Macros | |
| #define | EWF_ALLOCATOR_C_HEAP_INITIALIZE_HEADER(allocator_ptr) | 
| #define | EWF_ALLOCATOR_C_HEAP_STATIC_DECLARE(allocator_ptr, allocator_name_symb, block_count_param, block_size_param) | 
| Declare a C heap allocator.  More... | |
| Typedefs | |
| typedef struct _ewf_allocator_c_heap | ewf_allocator_c_heap | 
| C heap allocator implementation type. | |
| Functions | |
| ewf_result | ewf_allocator_c_heap_start (ewf_allocator *allocator_ptr) | 
| ewf_result | ewf_allocator_c_heap_stop (ewf_allocator *allocator_ptr) | 
| ewf_result | ewf_allocator_c_heap_allocate (ewf_allocator *allocator_ptr, void **p) | 
| ewf_result | ewf_allocator_c_heap_release (ewf_allocator *allocator_ptr, void *p) | 
The Embedded Wireless Framework C heap allocator definition