PNMemory           67 core/gc.c        struct PNMemory *M = P->mem;
PNMemory          127 core/gc.c      static inline int NEW_BIRTH_REGION(struct PNMemory *M, void **wb, int sz) {
PNMemory          146 core/gc.c        struct PNMemory *M = P->mem;
PNMemory          190 core/gc.c        struct PNMemory *M = P->mem;
PNMemory          195 core/gc.c        void *protptr = (void *)M + PN_ALIGN(sizeof(struct PNMemory), 8);
PNMemory          262 core/gc.c        struct PNMemory *M = P->mem;
PNMemory          398 core/gc.c        struct PNMemory *M = P->mem;
PNMemory          502 core/gc.c        struct PNMemory *M = P->mem;
PNMemory          631 core/gc.c        struct PNMemory *M = (struct PNMemory *)page1;
PNMemory          632 core/gc.c        PN_MEMZERO(M, struct PNMemory);
PNMemory          648 core/gc.c        P = (Potion *)((char *)M + PN_ALIGN(sizeof(struct PNMemory), 8));
PNMemory          659 core/gc.c        struct PNMemory *M = P->mem;
PNMemory          317 core/internal.c   struct PNMemory *M = P->mem;
PNMemory           95 core/potion.h  struct PNMemory;
PNMemory          633 core/potion.h    struct PNMemory *mem;    ///< allocator/gc
PNMemory          674 core/potion.h    struct PNMemory *M = P->mem;
PNMemory          694 core/potion.h    struct PNMemory *M = P->mem;
PNMemory          119 test/api/gc-test.c     struct PNMemory *M = P->mem;
PNMemory          107 test/api/p2-test.c   void *scanptr = (void *)((char *)P->mem->birth_lo + PN_ALIGN(sizeof(struct PNMemory), 8));
PNMemory          219 test/api/potion-test.c   struct PNMemory *M = P->mem;
PNMemory          221 test/api/potion-test.c   void *scanptr = (void *)((char *)M->birth_lo + PN_ALIGN(sizeof(struct PNMemory), 8));