#include <stdio.h>
Go to the source code of this file.
|  | 
| void * | qh_memalloc (int insize) | 
|  | 
| void | qh_memcheck (void) | 
|  | 
| 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) | 
|  | 
◆ DEFsetT
◆ qh_memalloc_
      
        
          | #define qh_memalloc_ | ( |  | insize, | 
        
          |  |  |  | freelistp, | 
        
          |  |  |  | object, | 
        
          |  |  |  | type | 
        
          |  | ) |  |  | 
      
 
Value:
Definition at line 164 of file mem.h.
 
 
◆ qh_memfree_
      
        
          | #define qh_memfree_ | ( |  | object, | 
        
          |  |  |  | insize, | 
        
          |  |  |  | freelistp | 
        
          |  | ) |  |  | 
      
 
Value:    {\
    freelistp= NULL;  \
    qh_memfree(object, insize); }
Definition at line 193 of file mem.h.
 
 
◆ qh_TRACEshort
Definition at line 46 of file mem.h.
 
 
◆ qhmem_ERRmem
      
        
          | #define qhmem_ERRmem   4    /* matches qh_ERRmem in libqhull.h */ | 
      
 
Definition at line 62 of file mem.h.
 
 
◆ qhmem_ERRqhull
      
        
          | #define qhmem_ERRqhull   5  /* matches qh_ERRqhull in libqhull.h */ | 
      
 
Definition at line 63 of file mem.h.
 
 
◆ ptr_intT
Definition at line 86 of file mem.h.
 
 
◆ qhmemT
◆ setT
◆ qh_memalloc()
      
        
          | void* qh_memalloc | ( | int | insize | ) |  | 
      
 
 
◆ qh_memcheck()
      
        
          | void qh_memcheck | ( | void |  | ) |  | 
      
 
 
◆ qh_memfree()
      
        
          | void qh_memfree | ( | void * | object, | 
        
          |  |  | int | insize | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_memfreeshort()
      
        
          | void qh_memfreeshort | ( | int * | curlong, | 
        
          |  |  | int * | totlong | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_meminit()
      
        
          | void qh_meminit | ( | FILE * | ferr | ) |  | 
      
 
 
◆ qh_meminitbuffers()
      
        
          | void qh_meminitbuffers | ( | int | tracelevel, | 
        
          |  |  | int | alignment, | 
        
          |  |  | int | numsizes, | 
        
          |  |  | int | bufsize, | 
        
          |  |  | int | bufinit | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_memsetup()
      
        
          | void qh_memsetup | ( | void |  | ) |  | 
      
 
 
◆ qh_memsize()
      
        
          | void qh_memsize | ( | int | size | ) |  | 
      
 
 
◆ qh_memstatistics()
      
        
          | void qh_memstatistics | ( | FILE * | fp | ) |  | 
      
 
 
◆ qh_memtotal()
      
        
          | void qh_memtotal | ( | int * | totlong, | 
        
          |  |  | int * | curlong, | 
        
          |  |  | int * | totshort, | 
        
          |  |  | int * | curshort, | 
        
          |  |  | int * | maxlong, | 
        
          |  |  | int * | totbuffer | 
        
          |  | ) |  |  | 
      
 
 
◆ qhmem
Definition at line 62 of file mem.c.