OSAPI  0.29
Open System API
osapi_buffer_S Struct Reference

#include <common_types_buffer.h>

Collaboration diagram for osapi_buffer_S:

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: