AWS IoT Device SDK C:
Static Memory
Statically-allocated buffer pools
|
Return to main page ↑ |
Get an empty message buffer.
This function is the analog of malloc for message buffers.
[in] | size | Requested size for a message buffer. |
size
argument is larger than the fixed size of a message buffer or no message buffers are available, NULL
is returned.