Embedded Wireless Framework
|
The Embedded Wireless Framework memory pool allocator implementation. More...
#include "ewf_allocator_memory_pool.h"
Functions | |
ewf_result | ewf_allocator_memory_pool_start (ewf_allocator *allocator_ptr) |
ewf_result | ewf_allocator_memory_pool_stop (ewf_allocator *allocator_ptr) |
ewf_result | ewf_allocator_memory_pool_allocate (ewf_allocator *allocator_ptr, void **p) |
ewf_result | ewf_allocator_memory_pool_release (ewf_allocator *allocator_ptr, void *p) |
The Embedded Wireless Framework memory pool allocator implementation.