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