thorvg/src/loaders/external_png
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
..
meson.build png_loader meson: Remove dependency check using find_library() 2021-10-22 16:32:57 +09:00
tvgPngLoader.cpp common: introduced designated memory allocators 2025-02-18 17:20:31 +09:00
tvgPngLoader.h updated copyright 2025-01-03 14:32:31 +09:00