PN_CALLOC_N       664 core/compile.c           struct PNProto* cl = PN_CALLOC_N(PN_TPROTO, struct PNProto, 0);
PN_CALLOC_N       194 core/objmodel.c   struct PNVtable *meta = vt->meta = PN_CALLOC_N(PN_TVTABLE, struct PNVtable, 0);
PN_CALLOC_N       208 core/objmodel.c   vPN(Vtable) vt = PN_CALLOC_N(PN_TVTABLE, struct PNVtable, 0);
PN_CALLOC_N       488 core/string.c    P->strings = PN_CALLOC_N(PN_TSTRINGS, struct PNTable, 0);