OfxMemorySuiteV1::memoryFree
— Frees memory.
#include "ofxMemory.h"
OfxStatus
(*memoryFree)
(
|
void *
allocatedData
)
;
|
This function frees any memory that was previously allocated via
OfxMemorySuiteV1::memoryAlloc
.
kOfxStatOK
the memory was sucessfully freed
kOfxStatErrBadHandle
allocatedData
was not a valid pointer returned by
OfxMemorySuiteV1::memoryAlloc