MCPcopy Create free account
hub / github.com/F-Stack/f-stack / AllocNetItem

Method AllocNetItem

adapter/micro_thread/mt_net.h:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 void RecycleObjs(uint64_t now);
490
491 CNetHandler* AllocNetItem() {
492 return _net_item_pool.AllocItem();
493 };
494
495 void FreeNetItem(CNetHandler* item) {
496 return _net_item_pool.FreeItem(item);

Callers 1

CNetHelperMethod · 0.80

Calls 1

AllocItemMethod · 0.80

Tested by

no test coverage detected