|
Haru Free PDF Library
|


Go to the source code of this file.
Data Structures | |
| struct | _HPDF_MPool_Node_Rec |
| struct | _HPDF_MMgr_Rec |
Typedefs | |
| typedef struct _HPDF_MPool_Node_Rec * | HPDF_MPool_Node |
| typedef struct _HPDF_MPool_Node_Rec | HPDF_MPool_Node_Rec |
| typedef struct _HPDF_MMgr_Rec * | HPDF_MMgr |
| typedef struct _HPDF_MMgr_Rec | HPDF_MMgr_Rec |
Functions | |
| HPDF_MMgr | HPDF_MMgr_New (HPDF_Error error, HPDF_UINT buf_size, HPDF_Alloc_Func alloc_fn, HPDF_Free_Func free_fn) |
| void | HPDF_MMgr_Free (HPDF_MMgr mmgr) |
| void * | HPDF_GetMem (HPDF_MMgr mmgr, HPDF_UINT size) |
| void | HPDF_FreeMem (HPDF_MMgr mmgr, void *aptr) |
| typedef struct _HPDF_MMgr_Rec* HPDF_MMgr |
| typedef struct _HPDF_MMgr_Rec HPDF_MMgr_Rec |
| typedef struct _HPDF_MPool_Node_Rec* HPDF_MPool_Node |
| typedef struct _HPDF_MPool_Node_Rec HPDF_MPool_Node_Rec |
| void HPDF_FreeMem | ( | HPDF_MMgr | mmgr, |
| void * | aptr | ||
| ) |
| void HPDF_MMgr_Free | ( | HPDF_MMgr | mmgr | ) |
| HPDF_MMgr HPDF_MMgr_New | ( | HPDF_Error | error, |
| HPDF_UINT | buf_size, | ||
| HPDF_Alloc_Func | alloc_fn, | ||
| HPDF_Free_Func | free_fn | ||
| ) |