LibraryLink`
LibraryLink`

MNumericArray_disown (C Function)

disowns a reference to an MNumericArray that was passed between a library function and the Wolfram Language using shared memory management.

Details

  • Used in C/C++ code in a library function called from the Wolfram Language.

Examples

Basic Examples  (1)

This disowns an MNumericArray:

MNumericArray A0;
...
libData->numericarrayLibraryFunctions->MNumericArray_disown(A0);