optimise exporters' memory usage
Currently canvas exporters allocate a lot more memory than really
needed, for safety reasons, then realloc()
the area before returning
it. We need a better implementation of this that doesn't waste too
many bytes.
Change History (4)
Summary: |
optimise exporters' memory usage →
libcucul: optimise exporters' memory usage
|
Component: |
libcucul →
libcaca
|
Summary: |
libcucul: optimise exporters' memory usage →
libcaca: optimise exporters' memory usage
|
Component: |
libcaca →
core
|
Product: |
→ libcaca
|
Summary: |
libcaca: optimise exporters' memory usage →
optimise exporters' memory usage
|