CXL_ADAPTER_FREE(3) | CXL Programmer's Manual | CXL_ADAPTER_FREE(3) |
cxl_adapter_free - free the CXL adapter data structures
#include <libcxl.h>
void cxl_adapter_free(struct cxl_adapter_h *adapter);
cxl_adapter_free() frees the CXL adapter handle, previously allocated by cxl_adapter_next(), as well as its associated data structures and memory buffers.
2017-05-24 | LIBCXL 1.5 |