NativeFreeablePlacement

interface NativeFreeablePlacement : NativePlacement

Functions

alloc
Link copied to clipboard
open fun alloc(size: Int, align: Int): NativePointed
abstract fun alloc(size: Long, align: Int): NativePointed
free
Link copied to clipboard
abstract fun free(mem: NativePtr)

Inheritors

nativeHeap
Link copied to clipboard

Extensions

free
Link copied to clipboard
fun NativeFreeablePlacement.free(pointer: CPointer<*>)
fun NativeFreeablePlacement.free(pointed: NativePointed)