- free
void free(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- malloc
void* malloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- realloc
void* realloc(void* ptr, size_t newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
A small malloc implementation for use in WebAssembly targets
Copyright (c) 2023-2025, Kitsunebi Games Copyright (c) 2023-2025, Inochi2D Project Copyright (c) 2020, Igalia, S.L.
Distributed under an MIT-style License. (See accompanying LICENSE file or copy at https://github.com/wingo/walloc/blob/master/LICENSE.md)