|
|
|
|
|
|
|||
#include <openrj/openrj.h>
Public Attributes | |
| void *(* | pfnAlloc )(struct IORJAllocator *ator, size_t cb) |
| Defines the "member" function for allocating memory. | |
| void *(* | pfnRealloc )(struct IORJAllocator *ator, void *pv, size_t cb) |
| Defines the "member" function for reallocating memory. | |
| void(* | pfnFree )(struct IORJAllocator *ator, void *pv) |
| Defines the "member" function for freeing memory. | |
| void*(* pfnAlloc)(struct IORJAllocator *ator, size_t cb) |
Defines the "member" function for allocating memory.
| void(* pfnFree)(struct IORJAllocator *ator, void *pv) |
Defines the "member" function for freeing memory.
| void*(* pfnRealloc)(struct IORJAllocator *ator, void *pv, size_t cb) |
Defines the "member" function for reallocating memory.
|
|
| Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005 |