PN_ALLOC_N 38 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 26 core/internal.c struct PNData *obj = PN_ALLOC_N(PN_TUSER, struct PNData, PN_INT(len)); PN_ALLOC_N 36 core/internal.h (N) = PN_ALLOC_N(V, T, (sizeof(*(N)->ptr) * S)); \ PN_ALLOC_N 18 core/number.c vPN(Double) d = PN_ALLOC_N(PN_TNUMBER, struct PNDouble, 0); PN_ALLOC_N 19 core/objmodel.c vPN(Closure) c = PN_ALLOC_N(PN_TCLOSURE, struct PNClosure, extra * sizeof(PN)); PN_ALLOC_N 522 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 68 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len+len2+1); PN_ALLOC_N 89 core/string.c s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1); PN_ALLOC_N 344 core/string.c vPN(Bytes) s = PN_ALLOC_N(PN_TBYTES, struct PNBytes, siz); PN_ALLOC_N 355 core/string.c vPN(Bytes) s = PN_ALLOC_N(PN_TBYTES, struct PNBytes, b->siz); PN_ALLOC_N 424 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1); PN_ALLOC_N 17 core/table.c vPN(Tuple) t = PN_ALLOC_N(PN_TTUPLE, struct PNTuple, size * sizeof(PN)); \ PN_ALLOC_N 43 core/table.c return (PN)PN_ALLOC_N(PN_TTABLE, struct PNTable, 0); PN_ALLOC_N 50 core/table.c vPN(Table) t = PN_ALLOC_N(PN_TTABLE, struct PNTable, 0); PN_ALLOC_N 144 core/table.c vPN(Table) t2 = (vPN(Table))PN_ALLOC_N(PN_TTABLE, struct PNTable, 0); PN_ALLOC_N 177 core/table.c vPN(Table) t2 = (vPN(Table))PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);