ABBYY Mobile OCR Engine 4

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

TFineAllocMemoryFunction Function

This function is implemented on the client side and allows you to use your preferred memory management algorithm. It is used to allocate memory.

C Syntax
void* (*TFineAllocMemoryFunction)( int size );

Parameters

size
[in] The size of memory buffer that needs to be allocated.

Return value

The function returns the address to the allocated memory buffer.

See also

TFineFreeMemoryFunction
FineAllocMemory