Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ tpl_alloc
Function
tpl_alloc
app/wizard/tpllib.cpp:453–458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
}
452
453
tpl_t* tpl_alloc(void)
454
{
455
tpl_t *tpl = (tpl_t*)acl_mymalloc(sizeof(tpl_t));
456
tpl_init(tpl);
457
return tpl;
458
}
459
460
void tpl_free(tpl_t *tpl)
461
{
Callers
1
open_tpl
Method · 0.70
Calls
1
tpl_init
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…