axis2_allocator.h File Reference

Axis2 memory allocator interface. More...

#include <axis2_utils_defines.h>

Go to the source code of this file.

Classes

struct  axis2_allocator
 Axis2 memory allocator. More...

Defines

#define AXIS2_MALLOC(allocator, size)   ((allocator)->malloc_fn(allocator, size))
#define AXIS2_REALLOC(allocator, ptr, size)   ((allocator)->realloc(allocator, ptr, size))
#define AXIS2_FREE(allocator, ptr)   ((allocator)->free_fn(allocator, ptr))

Typedefs

typedef axis2_allocator axis2_allocator_t
 Axis2 memory allocator.

Functions

AXIS2_EXTERN axis2_allocator_taxis2_allocator_init (axis2_allocator_t *allocator)
AXIS2_EXTERN axis2_status_t axis2_allocator_free (axis2_allocator_t *allocator)
AXIS2_EXTERN void axis2_allocator_switch_to_global_pool (axis2_allocator_t *allocator)
AXIS2_EXTERN void axis2_allocator_switch_to_local_pool (axis2_allocator_t *allocator)


Detailed Description

Axis2 memory allocator interface.


Generated on Wed Dec 20 20:34:51 2006 for Axis2/C by  doxygen 1.5.1