PPL Logo

conv-core/cmipool.C File Reference

Go to the source code of this file.

Functions

 CpvStaticDeclare (char **, bins)
 CpvStaticDeclare (int *, binLengths)
 CpvStaticDeclare (int, maxBin)
 CpvStaticDeclare (int, numKallocs)
 CpvStaticDeclare (int, numMallocs)
 CpvStaticDeclare (int, numOallocs)
 CpvStaticDeclare (int, numFrees)
 CpvStaticDeclare (int, numOFrees)
void * malloc_nomigrate (size_t size)
void free_nomigrate (void *mem)
void CmiPoolAllocInit (int numBins)
void * CmiPoolAlloc (unsigned int numBytes)
void CmiPoolFree (void *p)
void CmiPoolAllocStats (void)
void CmiPoolPrintList (char *p)


Function Documentation

CpvStaticDeclare ( char **  ,
bins   
)

CpvStaticDeclare ( int ,
binLengths   
)

CpvStaticDeclare ( int  ,
maxBin   
)

CpvStaticDeclare ( int  ,
numKallocs   
)

CpvStaticDeclare ( int  ,
numMallocs   
)

CpvStaticDeclare ( int  ,
numOallocs   
)

CpvStaticDeclare ( int  ,
numFrees   
)

CpvStaticDeclare ( int  ,
numOFrees   
)

void * malloc_nomigrate ( size_t  size  ) 

Definition at line 966 of file memory.C.

References malloc().

Referenced by CmiAlloc(), CmiAlloc_ppcq(), CmiMemAllocInit_ppcq(), CmiPoolAlloc(), CmiPoolAllocInit(), and CmiRdmaAlloc().

Here is the call graph for this function:

Here is the caller graph for this function:

void free_nomigrate ( void *  mem  ) 

Definition at line 967 of file memory.C.

References free().

Referenced by CmiFree(), CmiFree_ppcq(), CmiPoolFree(), and CmiRdmaFree().

Here is the call graph for this function:

Here is the caller graph for this function:

void* CmiPoolAlloc ( unsigned int  numBytes  ) 

Definition at line 61 of file cmipool.C.

References malloc_nomigrate(), n, and p.

Referenced by CmiAlloc().

Here is the call graph for this function:

Here is the caller graph for this function:

void CmiPoolFree ( void *  p  ) 

Definition at line 127 of file cmipool.C.

References CmiAbort(), and free_nomigrate().

Referenced by CmiFree().

Here is the call graph for this function:

Here is the caller graph for this function:

void CmiPoolAllocStats ( void   ) 

Definition at line 155 of file cmipool.C.

References CmiPrintf().

Here is the call graph for this function:

void CmiPoolPrintList ( char *  p  ) 

Definition at line 174 of file cmipool.C.

References CmiPrintf().

Here is the call graph for this function:


Generated on Mon Sep 21 08:00:15 2020 for Charm++ by  doxygen 1.5.5