-
da_status da_datastore_init(da_datastore *store)#
Initialize an empty da_datastore.
- Parameters:
store – the da_datastore to initialize.
-
void da_datastore_destroy(da_datastore *store)#
Free all memory linked to a da_datastore.
Note
Memory leaks can occur if da_datastore structures are not destroyed after use.
- Parameters:
store – the da_datastore to destroy.