
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 CmiPoolPrintList | ( | char * | p | ) |
| void CmiPoolAllocInit | ( | int | numBins | ) |
Definition at line 42 of file cmipool.c.
References malloc_nomigrate().
Referenced by ConverseCommonInit(), and SE_register().
| void* CmiPoolAlloc | ( | unsigned int | numBytes | ) |
Definition at line 63 of file cmipool.c.
References malloc_nomigrate(), n, and p.
Referenced by CmiAlloc().
| void CmiPoolFree | ( | void * | p | ) |
Definition at line 129 of file cmipool.c.
References CmiAbort(), and free_nomigrate().
Referenced by CmiFree().
| void CmiPoolAllocStats | ( | ) |
1.5.5