/opt/ros/diamondback/stacks/graspit_simulator/graspit/graspit_source/qhull/mem.h File Reference
Go to the source code of this file.
Classes |
struct | qhmemT |
Defines |
#define | qh_memalloc_(size, freelistp, object, type) |
#define | qh_memfree_(object, size, freelistp) |
#define | qhmem_ERRmem 4 |
#define | qhmem_ERRqhull 5 |
Typedefs |
typedef unsigned long | ptr_intT |
typedef struct qhmemT | qhmemT |
Functions |
void * | qh_memalloc (int insize) |
void | qh_memfree (void *object, int size) |
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) |
Variables |
qhmemT | qhmem |
Define Documentation
#define qh_memalloc_ |
( |
size, |
|
|
freelistp, |
|
|
object, |
|
|
type |
|
) |
|
Value:
Definition at line 131 of file mem.h.
#define qh_memfree_ |
( |
object, |
|
|
size, |
|
|
freelistp |
|
) |
|
Value:
Definition at line 154 of file mem.h.
Definition at line 49 of file mem.h.
Definition at line 50 of file mem.h.
Typedef Documentation
Definition at line 62 of file mem.h.
Definition at line 82 of file mem.h.
Function Documentation
void* qh_memalloc |
( |
int |
insize |
) |
|
void qh_memfree |
( |
void * |
object, |
|
|
int |
size | |
|
) |
| | |
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 |
) |
|
Variable Documentation
Definition at line 54 of file mem.c.