Hello Is it ok to use alloca from native code? I want to allocate a piece of memory which isn't scanned or collected by the GC, which is freed when the (native implementation of the) method returns. (Maybe this question is redundant, but it never hurts to ask :) Oskar Liljeblad (osk@hem.passagen.se)