shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
25 stars 3 forks source link

mlock and munlock problem #39

Closed shsajjadi closed 3 months ago

shsajjadi commented 3 months ago

There is a runtime error when mlock used in a function. I think the best option is disabling "mlock" and "munlock" in coder functions.

shsajjadi commented 3 months ago

Both function are disabled here d25404d6 and documented here 19a88c8.