ffi/wasm/core/ffi_utils/allocation library
Classes
- CallocAllocator
- Uses global memory instance to manage memory.
- MallocAllocator
- Uses global memory instance to manage memory.
Constants
- calloc → const CallocAllocator
- Uses global memory instance to manage memory.
- malloc → const MallocAllocator
- Uses global memory instance to manage memory.