TWO_SIZE_T_SIZES 1370 oshmem/mca/memheap/ptmalloc/malloc.c #define SIX_SIZE_T_SIZES (FOUR_SIZE_T_SIZES+TWO_SIZE_T_SIZES) TWO_SIZE_T_SIZES 1936 oshmem/mca/memheap/ptmalloc/malloc.c #define CHUNK_OVERHEAD (TWO_SIZE_T_SIZES) TWO_SIZE_T_SIZES 1942 oshmem/mca/memheap/ptmalloc/malloc.c #define MMAP_CHUNK_OVERHEAD (TWO_SIZE_T_SIZES) TWO_SIZE_T_SIZES 1951 oshmem/mca/memheap/ptmalloc/malloc.c #define chunk2mem(p) ((void*)((char*)(p) + TWO_SIZE_T_SIZES)) TWO_SIZE_T_SIZES 1952 oshmem/mca/memheap/ptmalloc/malloc.c #define mem2chunk(mem) ((mchunkptr)((char*)(mem) - TWO_SIZE_T_SIZES))