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

Function mlx5_os_free

dpdk/drivers/common/mlx5/linux/mlx5_common_os.h:275–279  ·  view source on GitHub ↗

* This API de-allocates a memory that originally could have been * allocated aligned or non-aligned. In Linux it is a wrapper * around free(). * * @param[in] addr * Pointer to address to free * */

Source from the content-addressed store, hash-verified

273 *
274 */
275static inline void
276mlx5_os_free(void *addr)
277{
278 free(addr);
279}
280
281void
282mlx5_set_context_attr(struct rte_device *dev, struct ibv_context *ctx);

Callers 1

mlx5_freeFunction · 0.50

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected