PN_ALIGN 119 core/gc.c *sz = PN_ALIGN(*sz, POTION_PAGESIZE); PN_ALIGN 124 core/gc.c potion_munmap(mem, PN_ALIGN(sz, POTION_PAGESIZE)); PN_ALIGN 195 core/gc.c void *protptr = (void *)M + PN_ALIGN(sizeof(struct PNMemory), 8); PN_ALIGN 246 core/gc.c oldsiz = PN_ALIGN(oldsiz, POTION_PAGESIZE); PN_ALIGN 273 core/gc.c gensz = min(POTION_MAX_BIRTH_SIZE, PN_ALIGN(sz * 4, POTION_PAGESIZE)); PN_ALIGN 379 core/gc.c return PN_ALIGN(sz, 8); // force 64-bit alignment PN_ALIGN 648 core/gc.c P = (Potion *)((char *)M + PN_ALIGN(sizeof(struct PNMemory), 8)); PN_ALIGN 652 core/gc.c M->birth_cur = (void *)((char *)P + PN_ALIGN(sizeof(Potion), 8)); PN_ALIGN 666 core/gc.c void *protend = (void *)PN_ALIGN((_PN)M->protect, POTION_PAGESIZE); PN_ALIGN 42 core/gc.h void *protend = (void *)PN_ALIGN((_PN)M->protect, POTION_PAGESIZE); \ PN_ALIGN 154 core/gc.h return PN_ALIGN(suggest, POTION_MIN_BIRTH_SIZE); PN_ALIGN 678 core/potion.h siz = PN_ALIGN(siz, 8); // force 64-bit alignment PN_ALIGN 18 core/string.c #define BYTES_ALIGN(len) PN_ALIGN(len + sizeof(struct PNBytes), BYTES_CHUNK) - sizeof(struct PNBytes) PN_ALIGN 107 test/api/p2-test.c void *scanptr = (void *)((char *)P->mem->birth_lo + PN_ALIGN(sizeof(struct PNMemory), 8)); PN_ALIGN 221 test/api/potion-test.c void *scanptr = (void *)((char *)M->birth_lo + PN_ALIGN(sizeof(struct PNMemory), 8));