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