thorvg/src/savers
Hermet Park b77f3ca024 common: introduced designated memory allocators
Support the bindings to be more integrable with a system's coherent memory management.

Pleaes note that thorvg now only allow the desinated memory allocators here:
malloc -> tvg::malloc
calloc -> tvg::calloc
realloc -> tvg::realloc
free -> tvg::free

issue: https://github.com/thorvg/thorvg/issues/2652
2025-02-18 17:20:31 +09:00
..
gif common: introduced designated memory allocators 2025-02-18 17:20:31 +09:00
meson.build spec out tvg binary format 2024-10-12 21:07:31 +09:00