MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / ply_alloc

Function ply_alloc

src/IO/rply.c:1123–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123static p_ply ply_alloc(void) {
1124 p_ply ply = (p_ply) calloc(1, sizeof(t_ply));
1125 if (!ply) return NULL;
1126 ply_init(ply);
1127 return ply;
1128}
1129
1130static void *ply_grow_array(p_ply ply, void **pointer,
1131 long *nmemb, long size) {

Callers 2

ply_openFunction · 0.85
ply_createFunction · 0.85

Calls 1

ply_initFunction · 0.85

Tested by

no test coverage detected