src/commands/zoneinfo/ialloc.c File Reference

#include <string.h>
#include <stdlib.h>
#include "stdio.h"

Go to the source code of this file.

Defines

#define alloc_t   unsigned
#define NULLMAL(x)   ((x) == NULL)

Functions

char * imalloc (int n)
char * icalloc (int nelem, int elsize)
char * irealloc (char *pointer, int size)
char * icatalloc (char *old, char *new)
char * icpyalloc (char *string)
 ifree (char *p)
 icfree (char *p)


Define Documentation

#define alloc_t   unsigned

Definition at line 17 of file ialloc.c.

#define NULLMAL ( x   )     ((x) == NULL)

Definition at line 23 of file ialloc.c.


Function Documentation

char* icalloc ( int  nelem,
int  elsize 
)

Definition at line 51 of file ialloc.c.

char* icatalloc ( char *  old,
char *  new 
)

Definition at line 69 of file ialloc.c.

icfree ( char *  p  ) 

Definition at line 94 of file ialloc.c.

char* icpyalloc ( char *  string  ) 

Definition at line 83 of file ialloc.c.

ifree ( char *  p  ) 

Definition at line 88 of file ialloc.c.

char* imalloc ( int  n  ) 

Definition at line 34 of file ialloc.c.

char* irealloc ( char *  pointer,
int  size 
)

Definition at line 59 of file ialloc.c.


Generated on Tue Mar 9 04:36:45 2010 for Minix by  doxygen 1.5.8