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