MCPcopy 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

~CNetHelperMethod · 0.80

Calls 1

FreeItemMethod · 0.80

Tested by

no test coverage detected