#include "mem.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Typedefs | |
typedef struct facetT | facetT |
typedef struct ridgeT | ridgeT |
Functions | |
void | qh_errexit (int exitcode, facetT *, ridgeT *) |
void | qh_exit (int exitcode) |
void | qh_fprintf (FILE *fp, int msgcode, const char *fmt,...) |
void | qh_free (void *mem) |
static int | qh_intcompare (const void *i, const void *j) |
void * | qh_malloc (size_t size) |
void * | qh_memalloc (int insize) |
void | qh_memfree (void *object, int insize) |
void | qh_memfreeshort (int *curlong, int *totlong) |
void | qh_meminit (FILE *ferr) |
void | qh_meminitbuffers (int tracelevel, int alignment, int numsizes, int bufsize, int bufinit) |
void | qh_memsetup (void) |
void | qh_memsize (int size) |
void | qh_memstatistics (FILE *fp) |
void | qh_memtotal (int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbuffer) |
Variables | |
qhmemT | qhmem |
void qh_fprintf | ( | FILE * | fp, | |
int | msgcode, | |||
const char * | fmt, | |||
... | ||||
) |
Definition at line 40 of file userprintf.c.
static int qh_intcompare | ( | const void * | i, | |
const void * | j | |||
) | [static] |
void qh_meminitbuffers | ( | int | tracelevel, | |
int | alignment, | |||
int | numsizes, | |||
int | bufsize, | |||
int | bufinit | |||
) |
void qh_memtotal | ( | int * | totlong, | |
int * | curlong, | |||
int * | totshort, | |||
int * | curshort, | |||
int * | maxlong, | |||
int * | totbuffer | |||
) |