ITTIA DB SQL C API  5.4.0
db_memory_segment_t Struct Reference

#include <ittia/db.h>

Data Fields

void * ptr
size_t size

Detailed Description

Memory segment for general allocation.


Field Documentation

A preallocated buffer of the given size.

Use NULL to obtain a buffer from the system allocator.

Size of the memory segment, in bytes.