pub fn get_malloc_symbol(target_os: TargetOperatingSystem) -> &'static strExpand description
Helper function to get the platform-specific malloc symbol name.
macOS uses “_malloc”; Linux, BSD, Windows use “malloc”.
pub fn get_malloc_symbol(target_os: TargetOperatingSystem) -> &'static strHelper function to get the platform-specific malloc symbol name.
macOS uses “_malloc”; Linux, BSD, Windows use “malloc”.