_memory           864 opal/mca/btl/smcuda/btl_smcuda.c         char* _memory = (char*)(sm_frag)->segment.seg_addr.pval +       \
_memory           867 opal/mca/btl/smcuda/btl_smcuda.c         size_t align = (intptr_t)_memory & 0xFUL;                       \
_memory           869 opal/mca/btl/smcuda/btl_smcuda.c         case 3: *_memory = 0; _memory++;                                \
_memory           870 opal/mca/btl/smcuda/btl_smcuda.c         case 2: *_memory = 0; _memory++;                                \
_memory           871 opal/mca/btl/smcuda/btl_smcuda.c         case 1: *_memory = 0; _memory++;                                \
_memory           874 opal/mca/btl/smcuda/btl_smcuda.c         _intmem = (int*)_memory;                                        \
_memory           888 opal/mca/btl/smcuda/btl_smcuda.c             memset( _memory, 0, align );                                \