|
OSAPI
0.29
Open System API
|
#include <common_types_buffer.h>

Data Fields | |
| t_size | size |
| Current capacity usage, i.e. how many bytes are you using of the allocated capacity. | |
| t_memory | mem |
| Allocated memory. | |
Structure supporting a self describing memory/buffer The reasoning is that naked memory handling is more error prone and encapsulation of memory supported by a "buffer" type can provided more robust code.