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

Function set_header

dpdk/lib/eal/common/malloc_elem.h:67–68  ·  view source on GitHub ↗

dummy function - no header if malloc_debug is not enabled */

Source from the content-addressed store, hash-verified

65
66/* dummy function - no header if malloc_debug is not enabled */
67static inline void
68set_header(struct malloc_elem *elem __rte_unused){ }
69
70/* dummy function - no trailer if malloc_debug is not enabled */
71static inline void

Callers 2

malloc_elem_initFunction · 0.85
malloc_elem_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected