Searched refs:cl_vector_destroy (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_vector.h94 * cl_vector_construct, cl_vector_init, cl_vector_destroy
365 * Allows calling cl_vector_destroy without first calling cl_vector_init.
371 * Vector, cl_vector_init, cl_vector_destroy
432 * Vector, cl_vector_construct, cl_vector_destroy, cl_vector_set,
436 /****f* Component Library: Vector/cl_vector_destroy
438 * cl_vector_destroy
441 * The cl_vector_destroy function destroys a vector.
445 void cl_vector_destroy(IN cl_vector_t * const p_vector);
455 * cl_vector_destroy frees all memory allocated for the vector. The vector
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_vector.c248 cl_vector_destroy(p_vector);
254 void cl_vector_destroy(IN cl_vector_t * const p_vector) function

Completed in 164 milliseconds