Name

OfxMemorySuiteV1::memoryFree — Frees memory.

Synopsis

#include "ofxMemory.h" 
OfxStatus(*memoryFree)(void *allocatedData);
 

Arguments

  • allocatedData -

Description

This function frees any memory that was previously allocated via OfxMemorySuiteV1::memoryAlloc.

Returns