Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ AllocSockLink
Method
AllocSockLink
adapter/micro_thread/mt_net.h:499–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
};
498
499
CSockLink* AllocSockLink() {
500
return _sock_link_pool.AllocItem();
501
};
502
503
void FreeSockLink(CSockLink* item) {
504
return _sock_link_pool.FreeItem(item);
Callers
1
GetSockLink
Method · 0.80
Calls
1
AllocItem
Method · 0.80
Tested by
no test coverage detected