Go to the source code of this file.
Functions | |
static void * | bg_bcopy (void *dest, const void *src, size_t bytes) |
static void * | bg_wcopy (void *dest, const void *src, size_t bytes) |
void * | bg_dcopy128 (void *dest, const void *src, size_t n) |
static void * | CmiMemcpy (void *dest, const void *src, size_t n) |
static void* bg_bcopy | ( | void * | dest, | |
const void * | src, | |||
size_t | bytes | |||
) | [inline, static] |
Definition at line 22 of file cmimemcpy.h.
Referenced by bg_wcopy(), and CmiMemcpy().
static void* bg_wcopy | ( | void * | dest, | |
const void * | src, | |||
size_t | bytes | |||
) | [inline, static] |
Definition at line 53 of file cmimemcpy.h.
References bg_bcopy().
Referenced by CmiMemcpy().
void* bg_dcopy128 | ( | void * | dest, | |
const void * | src, | |||
size_t | n | |||
) |
static void* CmiMemcpy | ( | void * | dest, | |
const void * | src, | |||
size_t | n | |||
) | [inline, static] |
Definition at line 82 of file cmimemcpy.h.
References bg_bcopy(), bg_dcopy128(), and bg_wcopy().
Referenced by CkAllocateMarshallMsgNoninline(), CkAllocateMarshallMsgT(), CkAllocBuffer(), CkAllocSysMsg(), CkCopyMsg(), and CmiSendMessageXpmem().