MCPcopy Create free account
hub / github.com/NetSys/bess / pool

Method pool

core/packet_pool.h:67–67  ·  view source on GitHub ↗

Note: It would be ideal to not expose this

Source from the content-addressed store, hash-verified

65
66 // Note: It would be ideal to not expose this
67 rte_mempool *pool() { return pool_; }
68
69 virtual bool IsVirtuallyContiguous() = 0;
70 virtual bool IsPhysicallyContiguous() = 0;

Callers 2

DumpMempoolMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected