
#include <pup_cmialloc.h>


Public Member Functions | |
| PUP_fromCmiAllocMem (const void *Nbuf) | |
| void | pupCmiAllocBuf (void **msg) |
| void | pupCmiAllocBuf (void **msg, int size) |
Protected Member Functions | |
| virtual void | bytes (void *p, int n, size_t itemSize, PUP::dataType t) |
Definition at line 127 of file pup_cmialloc.h.
| PUP_fromCmiAllocMem::PUP_fromCmiAllocMem | ( | const void * | Nbuf | ) | [inline] |
Definition at line 134 of file pup_cmialloc.h.
| void PUP_fromCmiAllocMem::bytes | ( | void * | p, | |
| int | n, | |||
| size_t | itemSize, | |||
| PUP::dataType | t | |||
| ) | [protected, virtual] |
Reimplemented from PUP::fromMem.
Definition at line 15 of file pup_cmialloc.C.
References PUP::mem::buf.
| void PUP_fromCmiAllocMem::pupCmiAllocBuf | ( | void ** | msg | ) | [virtual] |
Reimplemented from PUP::er.
Definition at line 66 of file pup_cmialloc.C.
References PUP::mem::buf, PUP::mem::origBuf, and CmiChunkHeader::size.
Referenced by pupCmiAllocBuf(), streaming_column_handler(), and StreamingHandlerFn().
| void PUP_fromCmiAllocMem::pupCmiAllocBuf | ( | void ** | msg, | |
| int | size | |||
| ) | [inline, virtual] |
Reimplemented from PUP::er.
Definition at line 142 of file pup_cmialloc.h.
References pupCmiAllocBuf().
1.5.5