Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ co_cond_alloc
Function
co_cond_alloc
co_routine.cpp:1141–1144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1139
return 0;
1140
}
1141
stCoCond_t *co_cond_alloc()
1142
{
1143
return (stCoCond_t*)calloc( 1,sizeof(stCoCond_t) );
1144
}
1145
int co_cond_free( stCoCond_t * cc )
1146
{
1147
free( cc );
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected