AutofreeScope

abstract class AutofreeScope : DeferScope, NativePlacement

Functions

alloc
Link copied to clipboard
abstract override fun alloc(size: Long, align: Int): NativePointed
open fun alloc(size: Int, align: Int): NativePointed
defer
Link copied to clipboard
inline fun defer(crossinline block: () -> Unit)

Inheritors

ArenaBase
Link copied to clipboard