#include "libqhull_r.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
|
static int | qh_intcompare (const void *i, const void *j) |
|
void * | qh_memalloc (qhT *qh, int insize) |
|
void | qh_memcheck (qhT *qh) |
|
void | qh_memfree (qhT *qh, void *object, int insize) |
|
void | qh_memfreeshort (qhT *qh, int *curlong, int *totlong) |
|
void | qh_meminit (qhT *qh, FILE *ferr) |
|
void | qh_meminitbuffers (qhT *qh, int tracelevel, int alignment, int numsizes, int bufsize, int bufinit) |
|
void | qh_memsetup (qhT *qh) |
|
void | qh_memsize (qhT *qh, int size) |
|
void | qh_memstatistics (qhT *qh, FILE *fp) |
|
void | qh_memtotal (qhT *qh, int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbuffer) |
|
◆ qh_intcompare()
static int qh_intcompare |
( |
const void * |
i, |
|
|
const void * |
j |
|
) |
| |
|
static |
◆ qh_memalloc()
void* qh_memalloc |
( |
qhT * |
qh, |
|
|
int |
insize |
|
) |
| |
◆ qh_memcheck()
void qh_memcheck |
( |
qhT * |
qh | ) |
|
◆ qh_memfree()
void qh_memfree |
( |
qhT * |
qh, |
|
|
void * |
object, |
|
|
int |
insize |
|
) |
| |
◆ qh_memfreeshort()
void qh_memfreeshort |
( |
qhT * |
qh, |
|
|
int * |
curlong, |
|
|
int * |
totlong |
|
) |
| |
◆ qh_meminit()
void qh_meminit |
( |
qhT * |
qh, |
|
|
FILE * |
ferr |
|
) |
| |
◆ qh_meminitbuffers()
void qh_meminitbuffers |
( |
qhT * |
qh, |
|
|
int |
tracelevel, |
|
|
int |
alignment, |
|
|
int |
numsizes, |
|
|
int |
bufsize, |
|
|
int |
bufinit |
|
) |
| |
◆ qh_memsetup()
void qh_memsetup |
( |
qhT * |
qh | ) |
|
◆ qh_memsize()
void qh_memsize |
( |
qhT * |
qh, |
|
|
int |
size |
|
) |
| |
◆ qh_memstatistics()
void qh_memstatistics |
( |
qhT * |
qh, |
|
|
FILE * |
fp |
|
) |
| |
◆ qh_memtotal()
void qh_memtotal |
( |
qhT * |
qh, |
|
|
int * |
totlong, |
|
|
int * |
curlong, |
|
|
int * |
totshort, |
|
|
int * |
curshort, |
|
|
int * |
maxlong, |
|
|
int * |
totbuffer |
|
) |
| |