]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/byte_arrays.hpp
FFI rewrite part 5: return value boxing and callback parameter boxing now uses vregs...
[factor.git] / vm / byte_arrays.hpp
index a96baff6ec33d64a2b796c3be4e880d4d5745f1c..2da036709f6cf46e8c21a65ffddb28f7d3852378 100755 (executable)
@@ -20,4 +20,6 @@ template<typename Type> byte_array *factor_vm::byte_array_from_value(Type *value
        return data;
 }
 
+VM_C_API cell allot_byte_array(cell size, factor_vm *parent);
+
 }