DataRecord used a fixed float[129600000] consuming 5GB disk even when collecting only a few hundred data points. Replaced with shm_vector_f that grows on demand via push_back. Removes the need for rm -rf on process exit — vector destructor frees memory back to the segment. Also drops now-unnecessary task_data_size member. |
||
|---|---|---|
| .. | ||
| RuleStatShm.h | ||
| RuleStatShm.hbk | ||
| SerializeMap.h | ||
| shm_header.h | ||
| shmdir.sh | ||
| SingletonTemp.hpp | ||
| TaskData.h | ||