| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Functions | Memory Management Functions
This function is implemented on the client side and allows you to use your preferred memory management algorithm. It is used to allocate memory.
void* (*TFineAllocMemoryFunction)( int size );
The function returns the address to the allocated memory buffer.
TFineFreeMemoryFunction
FineAllocMemory