Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void* alloc_struct(inT32 count, const char *) {
40
return malloc(count);
41
}
42
43
void free_struct(void *deadstruct, inT32, const char *) {
44
free(deadstruct);
Callers
11
NewEdgePoint
Function · 0.85
MakePermanent
Method · 0.85
NewFeature
Function · 0.85
NewTempConfig
Function · 0.85
NewTempProto
Function · 0.85
ReadAdaptedClass
Function · 0.85
ReadPermConfig
Function · 0.85
ReadTempConfig
Function · 0.85
REJMAP
Method · 0.85
initialise
Method · 0.85
remove_pos
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected