dbmi_base/alloc.c File Reference

#include <string.h>
#include <stdlib.h>
#include <grass/dbmi.h>

Include dependency graph for dbmi_base/alloc.c:

Go to the source code of this file.

Functions

char * db_store (char *s)
void * db_malloc (int n)
void * db_calloc (int n, int m)
void * db_realloc (void *s, int n)


Function Documentation

void * db_calloc ( int  n,
int  m 
)

void * db_malloc ( int  n  ) 

void * db_realloc ( void *  s,
int  n 
)

Returns:
Parameters:
 

Definition at line 69 of file dbmi_base/alloc.c.

References db_memory_error().

Referenced by db__add_cursor_to_driver_state(), db_enlarge_string(), and db_new_token().

char * db_store ( char *  s  ) 

Returns:
Parameters:
 

Definition at line 12 of file dbmi_base/alloc.c.

References db_malloc().

Referenced by db_enlarge_string(), db_error(), and db_set_error_who().


Generated on Sun Apr 6 17:31:40 2008 for GRASS by  doxygen 1.5.5