...
lib_mem.h/lib_mem.c
Prototype
Code Block | ||
---|---|---|
| ||
void Mem_DynPoolBlkFree (MEM_DYN_POOL *p_pool,
void *p_blk,
LIB_ERR *p_err); |
Arguments
p_pool
Pointer to pool data.
...
Required Configuration
None.
Notes / Warnings
...
- A usage example of this function is available on Dynamic Memory Pools page.