/opt/ros/diamondback/stacks/graspit_simulator/graspit/graspit_source/qhull/mem.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mem.h"
Go to the source code of this file.
Typedef Documentation
Definition at line 46 of file mem.c.
Definition at line 45 of file mem.c.
Function Documentation
static int qh_intcompare |
( |
const void * |
i, |
|
|
const void * |
j | |
|
) |
| | [static] |
Definition at line 70 of file mem.c.
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.