| Embedded Wireless Framework
    | 
The Embedded Wireless Framework allocator API implementation. More...
#include "ewf_allocator.h"| Functions | |
| ewf_result | ewf_allocator_start (ewf_allocator *allocator_ptr) | 
| Start the allocator.  More... | |
| ewf_result | ewf_allocator_stop (ewf_allocator *allocator_ptr) | 
| Stop the allocator.  More... | |
| ewf_result | ewf_allocator_allocate (ewf_allocator *allocator_ptr, void **p) | 
| Allocate a block from the allocator.  More... | |
| ewf_result | ewf_allocator_release (ewf_allocator *allocator_ptr, void *p) | 
| Release a block back to the allocator.  More... | |
The Embedded Wireless Framework allocator API implementation.