ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Functions

Custom Memory Management Functions

ABBYY Mobile OCR Engine provides the FineAllocMemory and FineFreeMemory functions to deal with memory management. However, if you need to use special allocation-deallocation algorithms, you can implement your own functions:

These pointers to functions allow you to use your own algorithms for memory allocation and release. When initializing the library, pass the pointers to the functions you implemented as input parameters to the FineInitialize function, and the internal memory operations will be executed using these functions.

See also

FineInitialize