Embedded Wireless Framework
Functions
ewf_allocator_c_heap.c File Reference
#include "ewf_allocator_c_heap.h"
#include <stdlib.h>

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)
 

Detailed Description

Version
Preview

The Embedded Wireless Framework C heap allocator definition