Sebastian Keller
03/13/2019, 12:48 PMCPointer<BooleanVar>
without the use of the nativeHeap. I would like to create one on the stack, but everythin i've tried failed.
Currently im using this val flag = nativeHeap.alloc<BooleanVar>(); flag.usePinned { it.get().ptr /* <- CPointer<BooleanVar> */}
ilya.gorbunov
03/13/2019, 12:56 PMSebastian Keller
03/13/2019, 12:59 PM