Definition at line 40 of file dbfiles.h.
#include <dbfiles.h>
Data Fields | |
size_t | occupied |
Number of elements in use. | |
size_t | allocated |
Number of elements for which space has * been allocated. | |
fid_DBfileinfo * | dyndata |
Pointer to array data. | |
fid_DBfileinfo * | prev_dyndata |
Temporary used before calling\ * realloc() to prevent leaking memory. |
size_t fid_DBfiles::occupied |
Number of elements in use.
Definition at line 40 of file dbfiles.h.
Referenced by fid_projectfile_dump(), and fid_projectfile_write().
size_t fid_DBfiles::allocated |
Pointer to array data.
Definition at line 40 of file dbfiles.h.
Referenced by fid_projectfile_dump(), and fid_projectfile_write().