BALTECH Docs |
C API for BALTECH SDK
|
Defines a mempool that allows centralized memory allocation. More...
#include "common.h"
Go to the source code of this file.
Typedefs | |
typedef struct brp_mempool_object_t * | brp_mempool |
mempool handle. More... | |
Functions | |
BRP_LIB void | brp_mempool_free (brp_mempool *mempool) |
Releases the memory of a brp_mempool. More... | |
Defines a mempool that allows centralized memory allocation.
This module is used during command execution to store the response data.
Definition in file mempool.h.