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

Function rte_mempool_cache_free

dpdk/lib/mempool/rte_mempool.c:792–797  ·  view source on GitHub ↗

* Free a cache. It's the responsibility of the user to make sure that any * remaining objects in the cache are flushed to the corresponding * mempool. */

Source from the content-addressed store, hash-verified

790 * mempool.
791 */
792void
793rte_mempool_cache_free(struct rte_mempool_cache *cache)
794{
795 rte_mempool_trace_cache_free(cache);
796 rte_free(cache);
797}
798
799/* create an empty mempool */
800struct rte_mempool *

Callers 2

per_lcore_mempool_testFunction · 0.85
test_mempool_basicFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by 2

per_lcore_mempool_testFunction · 0.68
test_mempool_basicFunction · 0.68