Leptonica 1.68
C Image Processing Library

PixMemoryManager Struct Reference

Data Fields

void *(* allocator )(size_t)
void(* deallocator )(void *)

Detailed Description

Definition at line 188 of file pix1.c.


Field Documentation

void*(* PixMemoryManager::allocator)(size_t)

Definition at line 190 of file pix1.c.

Referenced by pix_malloc(), and setPixMemoryManager().

Definition at line 191 of file pix1.c.

Referenced by pix_free(), and setPixMemoryManager().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines