ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Functions | Memory Management Functions

TFineFreeMemoryFunction Function

This function is implemented on the client side and allows you to use your preferred memory management algorithm. It releases memory allocated by the call to TFineAllocMemoryFunction.

C Syntax
void (*TFineFreeMemoryFunction)( void* ptr );

Parameters

ptr
[in] A pointer to memory which must be released.

Return value

The function does not have a return value.

See also

TFineAllocMemoryFunction
FineFreeMemory