MCPcopy Create free account
hub / github.com/creatale/node-dv / alloc_struct

Function alloc_struct

deps/tesseract/ccutil/memry.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void* alloc_struct(inT32 count, const char *) {
40 return malloc(count);
41}
42
43void free_struct(void *deadstruct, inT32, const char *) {
44 free(deadstruct);

Callers 11

NewEdgePointFunction · 0.85
MakePermanentMethod · 0.85
NewFeatureFunction · 0.85
NewTempConfigFunction · 0.85
NewTempProtoFunction · 0.85
ReadAdaptedClassFunction · 0.85
ReadPermConfigFunction · 0.85
ReadTempConfigFunction · 0.85
REJMAPMethod · 0.85
initialiseMethod · 0.85
remove_posMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected