PN_ALLOC_N         36 core/ast.c       vPN(Source) t = PN_ALLOC_N(PN_TSOURCE, struct PNSource, 0 * sizeof(PN));
PN_ALLOC_N        127 core/callcc.c    cc = PN_ALLOC_N(PN_TCONT, struct PNCont, sizeof(PN) * (n + 3 + PN_SAVED_REGS));
PN_ALLOC_N         24 core/internal.c   struct PNData *obj = PN_ALLOC_N(PN_TUSER, struct PNData, PN_INT(len));
PN_ALLOC_N         35 core/internal.h   (N) = PN_ALLOC_N(V, T, (sizeof(*(N)->ptr) * S)); \
PN_ALLOC_N         15 core/number.c    vPN(Decimal) d = PN_ALLOC_N(PN_TNUMBER, struct PNDecimal, 0);
PN_ALLOC_N         19 core/objmodel.c   vPN(Closure) c = PN_ALLOC_N(PN_TCLOSURE, struct PNClosure, extra * sizeof(PN));
PN_ALLOC_N        526 core/objmodel.c   return (PN)PN_ALLOC_N(vt->type, struct PNObject,
PN_ALLOC_N         37 core/string.c      vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_ALLOC_N         50 core/string.c    vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_ALLOC_N         67 core/string.c    vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len+len2+1);
PN_ALLOC_N         88 core/string.c    s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_ALLOC_N        294 core/string.c    vPN(Bytes) s = PN_ALLOC_N(PN_TBYTES, struct PNBytes, siz);
PN_ALLOC_N        363 core/string.c      vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_ALLOC_N         39 core/table.c     return (PN)PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);
PN_ALLOC_N         46 core/table.c       vPN(Table) t = PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);
PN_ALLOC_N        139 core/table.c     vPN(Tuple) t = PN_ALLOC_N(PN_TTUPLE, struct PNTuple, size * sizeof(PN)); \