NativeFunctionsImpl

Default implementation of native cleanup functions for production use.

This implementation directly calls the native functions g_free, g_boxed_free, and nativeHeap.free from their respective libraries.

Functions

Link copied to clipboard
open override fun gBoxedFree(gtype: <Error class: unknown class>, boxed: <Error class: unknown class>)
Link copied to clipboard
open override fun gFree(mem: <Error class: unknown class>)
Link copied to clipboard
open override fun nativeHeapFree(mem: <Error class: unknown class>)