API Version: 3.0
Library Version: 3
Generated by gi-docgen 2023.3
since: 1.0
void* i_cal_memory_new_buffer ( size_t size )
Creates a new buffer with target size. The caller should deallocate it when necessary.
Available since: 1.0
size
Type: size_t
size_t
The size of the new buffer to be created.
Type: void*
void*
The newly created buffer with the target size.
NULL