Main Page | Modules | Class List | Directories | File List | Class Members | File Members

axis2_allocator.h File Reference

Axis2 memory allocator interface. More...

#include <axis2_defines.h>

Go to the source code of this file.

Defines

#define AXIS2_MALLOC(allocator, size)   ((allocator)->malloc(size))
#define AXIS2_REALLOC(allocator, ptr, size)   ((allocator)->realloc(ptr, size))
#define AXIS2_FREE(allocator, ptr)   ((allocator)->free(ptr))

Typedefs

typedef axis2_allocator axis2_allocator_t
 Axis2 memory allocator.

Functions

axis2_allocator_taxis2_allocator_init (axis2_allocator_t *allocator)


Detailed Description

Axis2 memory allocator interface.


Generated on Thu Nov 24 13:58:30 2005 for Axis2/C by  doxygen 1.4.2