least_addr 2314 oshmem/mca/memheap/ptmalloc/malloc.c char* least_addr; least_addr 2705 oshmem/mca/memheap/ptmalloc/malloc.c #define ok_address(M, a) ((char*)(a) >= (M)->least_addr) least_addr 2723 oshmem/mca/memheap/ptmalloc/malloc.c #define ok_magic(M) ((char *)(M) >= (char *)gm->least_addr && (M)->magic == mparams.magic) least_addr 3506 oshmem/mca/memheap/ptmalloc/malloc.c if (mm < m->least_addr) least_addr 3507 oshmem/mca/memheap/ptmalloc/malloc.c m->least_addr = mm; least_addr 3541 oshmem/mca/memheap/ptmalloc/malloc.c if (cp < m->least_addr) least_addr 3542 oshmem/mca/memheap/ptmalloc/malloc.c m->least_addr = cp; least_addr 3824 oshmem/mca/memheap/ptmalloc/malloc.c m->seg.base = m->least_addr = tbase; least_addr 3856 oshmem/mca/memheap/ptmalloc/malloc.c if (tbase < m->least_addr) least_addr 3857 oshmem/mca/memheap/ptmalloc/malloc.c m->least_addr = tbase; least_addr 4780 oshmem/mca/memheap/ptmalloc/malloc.c m->seg.base = m->least_addr = tbase;