Foxit PDF SDK
IFX_Allocator Struct Reference

Foxit allocator interface. More...

Public Attributes

void *(* m_Alloc )(struct _IFX_Allocator *pAllocator, size_t size)
 A pointer type to an allocation function. More...
 
void *(* m_AllocDebug )(struct _IFX_Allocator *pAllocator, size_t size, FX_LPCSTR file, int line)
 A pointer type to a debug-mode allocation function. More...
 
void(* m_Free )(struct _IFX_Allocator *pAllocator, void *p)
 A pointer type to a free function. More...
 
void *(* m_Realloc )(struct _IFX_Allocator *pAllocator, void *p, size_t size)
 A pointer type to a re-allocation function. More...
 
void *(* m_ReallocDebug )(struct _IFX_Allocator *pAllocator, void *p, size_t size, FX_LPCSTR file, int line)
 A pointer type to a debug-mode re-allocation function. More...
 

Detailed Description

Foxit allocator interface.