Go to the source code of this file.
Functions | |
void | CmiPoolPrintList (char *p) |
void | CmiPoolAllocInit (int numBins) |
void * | CmiPoolAlloc (unsigned int numBytes) |
void | CmiPoolFree (void *p) |
void | CmiPoolAllocStats (void) |
void CmiPoolPrintList | ( | char * | p | ) |
Definition at line 174 of file cmipool.C.
References CmiPrintf().
void* CmiPoolAlloc | ( | unsigned int | numBytes | ) |
Definition at line 61 of file cmipool.C.
References malloc_nomigrate(), n, and p.
Referenced by CmiAlloc().
void CmiPoolFree | ( | void * | p | ) |
Definition at line 127 of file cmipool.C.
References CmiAbort(), and free_nomigrate().
Referenced by CmiFree().
void CmiPoolAllocStats | ( | void | ) |
Definition at line 155 of file cmipool.C.
References CmiPrintf().