Allocator

interface Allocator

Functions

Link copied to clipboard
abstract fun alloc(size: Int): Memory
abstract fun alloc(size: Long): Memory
Link copied to clipboard
abstract fun free(instance: Memory)