author | Sebastian Harl <sh@tokkee.org> | |
Thu, 21 Aug 2014 03:17:05 +0000 (20:17 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 21 Aug 2014 03:17:05 +0000 (20:17 -0700) | ||
commit | d9b993fd5dc195e819a142b039d25d768d5c711c | |
tree | 219f404cf0cc49ad456b96d6111d05dfe03c54d3 | tree | snapshot |
parent | 325795abc4d6530149b5538d3d1136eed3195d16 | commit | diff |
timeseries: Added sdb_timeseries_create().
This function allocates a time-series object and pre-allocates the data array
based on size information passed to the function. All memory is initialized to
zero (except for the length information) such that the object contains valid
(but mostly useless) information.
This function allocates a time-series object and pre-allocates the data array
based on size information passed to the function. All memory is initialized to
zero (except for the length information) such that the object contains valid
(but mostly useless) information.
src/core/timeseries.c | diff | blob | history | |
src/include/core/timeseries.h | diff | blob | history |