| Embedded Wireless Framework
    | 
Go to the source code of this file.
| Data Structures | |
| struct | _ewf_allocator_threadx | 
| ThreadX allocator implementation type.  More... | |
| Macros | |
| #define | EWF_ALLOCATOR_THREADX_INITIALIZE_HEADER(allocator_ptr) | 
| #define | EWF_ALLOCATOR_THREADX_STATIC_DECLARE(allocator_ptr, allocator_name_symb, block_count_param, block_size_param) | 
| Declare a ThreadX allocator.  More... | |
| Typedefs | |
| typedef struct _ewf_allocator_threadx | ewf_allocator_threadx | 
| ThreadX allocator implementation type. | |
| Functions | |
| ewf_result | ewf_allocator_threadx_start (ewf_allocator *allocator_ptr) | 
| ewf_result | ewf_allocator_threadx_stop (ewf_allocator *allocator_ptr) | 
| ewf_result | ewf_allocator_threadx_allocate (ewf_allocator *allocator_ptr, void **p) | 
| ewf_result | ewf_allocator_threadx_release (ewf_allocator *allocator_ptr, void *p) | 
The Embedded Wireless Framework ThreadX allocator definition