#include <stdio.h>
Go to the source code of this file.
|  | 
| 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) | 
|  | 
◆ DEFqhT
◆ DEFsetT
◆ qh_memalloc_
      
        
          | #define qh_memalloc_ | ( |  | qh, | 
        
          |  |  |  | insize, | 
        
          |  |  |  | freelistp, | 
        
          |  |  |  | object, | 
        
          |  |  |  | type | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_memfree_
      
        
          | #define qh_memfree_ | ( |  | qh, | 
        
          |  |  |  | object, | 
        
          |  |  |  | insize, | 
        
          |  |  |  | freelistp | 
        
          |  | ) |  |  | 
      
 
Value:    {\
    freelistp= NULL;  \
    qh_memfree(
qh, 
object, insize); }
Definition at line 197 of file mem_r.h.
 
 
◆ qh_TRACEshort
◆ qhmem_ERRmem
      
        
          | #define qhmem_ERRmem   4    /* matches qh_ERRmem in libqhull_r.h */ | 
      
 
 
◆ qhmem_ERRqhull
      
        
          | #define qhmem_ERRqhull   5  /* matches qh_ERRqhull in libqhull_r.h */ | 
      
 
 
◆ ptr_intT
◆ qhmemT
◆ qhT
◆ setT
◆ 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 | 
        
          |  | ) |  |  |