#include <apr_pools.h>Include dependency graph for alloc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void * | pool_realloc (void *data, apr_size_t oldsize, apr_size_t request, apr_pool_t *pool) |
| void* pool_realloc | ( | void * | data, | |
| apr_size_t | oldsize, | |||
| apr_size_t | request, | |||
| apr_pool_t * | pool | |||
| ) |
Reallocates the given buffer to a new size from the given memory pool.
| data | The original allocated buffer from the memory pool | |
| oldsize | The old size of the buffer in bytes | |
| request | The requested new size of the buffer in bytes | |
| pool | The memory pool to allocate from |
Definition at line 42 of file alloc.c.
Referenced by add_data_type_to_definition(), add_message_to_definition(), add_operation_to_port_type(), add_part_to_message(), add_part_to_request_instance(), add_port_to_service(), add_port_type_to_definition(), add_service_to_definition(), list_append(), list_insert(), and stack_push().
1.5.1