fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Macros | Functions
alloc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define qfree   alloc_free
 
#define qrealloc   alloc_re
 

Functions

void * alloc (unsigned int)
 
void alloc_free (void *)
 
int alloc_re (void **, unsigned int, unsigned int)
 

Macro Definition Documentation

◆ qfree

#define qfree   alloc_free

Definition at line 9 of file alloc.h.

◆ qrealloc

#define qrealloc   alloc_re

Definition at line 10 of file alloc.h.

Function Documentation

◆ alloc()

void * alloc ( unsigned int  n)

Definition at line 27 of file alloc.c.

Here is the caller graph for this function:

◆ alloc_free()

void alloc_free ( void *  x)

Definition at line 45 of file alloc.c.

Here is the caller graph for this function:

◆ alloc_re()

int alloc_re ( void **  x,
unsigned int  m,
unsigned int  n 
)

Definition at line 53 of file alloc.c.

Here is the call graph for this function:
Here is the caller graph for this function: