nimtiazm: could you be a bit more specific, what do you mean by "manual memory handling will work in konan". In a sense, memory scopes is one way of semi-manual memory handling in Kotlin/Native, and explicit memory allocation is the way to do it C way. We also working on compiler-assisted memory allocation optimizations.