diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-22 21:45:55 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-22 21:45:55 (GMT) |
commit | fa30b0fb42d2e229de9f760bfa842f25738efc18 (patch) | |
tree | 27bdc4c0ddad3a81acbc380ffd79b8cb96e1b96d /ChangeLog | |
parent | 40886e00da4c593227cecf3ab574f9c5d230b089 (diff) |
Made all segments share their content to save memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ 16-10-22 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + Make all segments share their content to save memory. + + * src/gui/core/core.c: + Setup and free the global hash table for segment contents. + +16-10-22 Cyrille Bagard <nocbos@gmail.com> + + * src/glibext/gbuffersegment.c: Reduce the memory usage by cutting down the size of GBufferSegment from 152 bytes to 64 bytes. |