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

Method AllocDestLink

adapter/micro_thread/mt_net.h:507–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 };
506
507 CDestLinks* AllocDestLink() {
508 return _dest_ip_pool.AllocItem();
509 };
510
511 void FreeDestLink(CDestLinks* item) {
512 return _dest_ip_pool.FreeItem(item);

Callers 1

FindCreateDestMethod · 0.95

Calls 1

AllocItemMethod · 0.80

Tested by

no test coverage detected