54 BRP_LIB
brp_buf brp_mempool_resize_buf(
brp_buf buf,
size_t new_size);
BRP_LIB void brp_mempool_free(brp_mempool *mempool)
Releases the memory of a brp_mempool.
struct brp_mempool_object_t * brp_mempool
mempool handle.
Contains the basic defines that are required throughout the BRP library.
unsigned char * brp_buf
represents a pointer to a protocol data buffer.