Skip to main content

Name

scpt_ffi_cif_alloc — Allocate an ffi_cif via the cache

Synopsis

#include "modules/scriptlets/ec_scriptlet.h"

| void * **scpt_ffi_cif_alloc** ( | nargs, |   | |   | key, |   | |   | ret_type, |   | |   | args); |   |

int <var class="pdparam">nargs</var>; const char * <var class="pdparam">key</var>; void * <var class="pdparam">ret_type</var>; void ** <var class="pdparam">args</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Allocate an ffi_cif via the cache.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?