* Combines the semantics of mlx4_mallocv_socket() with those of * mlx4_zmalloc_socket(). * * @see mlx4_mallocv_socket() * @see rte_zmalloc_socket() */
| 181 | * @see rte_zmalloc_socket() |
| 182 | */ |
| 183 | size_t |
| 184 | mlx4_zmallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, |
| 185 | unsigned int cnt, int socket) |
| 186 | { |
| 187 | return mlx4_mallocv_inline(type, vec, cnt, 1, socket); |
| 188 | } |
no test coverage detected