NimBLE-Arduino 2.1.2
|
#include <os_mempool.h>
A memory block structure. This simply contains a pointer to the free list chain and is only used when the block is on the free list. When the block has been removed from the free list the entire memory block is usable by the caller.