Expand description
Memory management for LibYML.
This module provides functions for managing memory within the library.
Functions§
- Free memory allocated by
yaml_malloc
oryaml_realloc
. - Allocate memory using the system’s
malloc
function. - Reallocate memory using the system’s
realloc
function. - Duplicate a string using the system’s
malloc
function and manual copy due to type mismatch.