class NativeBuffer
package digigun.sys.io
A raw native memory buffer outside the Haxe GC.
Static methods
staticinlinefromAddress(address:Int64, size:Int):NativeBuffer
Creates a NativeBuffer from an existing memory address. The resulting buffer does not own the memory and will not free it.
staticgetActiveAllocations():Int
Returns the total number of active native allocations tracked by the library.