HWLOC_SHMEM_MALLOC_ALIGN   33 opal/mca/hwloc/hwloc201/hwloc/hwloc/shmem.c   tma->data = (char*)tma->data  + ((length + HWLOC_SHMEM_MALLOC_ALIGN - 1) & ~(HWLOC_SHMEM_MALLOC_ALIGN - 1));
HWLOC_SHMEM_MALLOC_ALIGN   43 opal/mca/hwloc/hwloc201/hwloc/hwloc/shmem.c   *tma_length += (length + HWLOC_SHMEM_MALLOC_ALIGN - 1) & ~(HWLOC_SHMEM_MALLOC_ALIGN - 1);