Scroll to navigation

CXL_ADAPTER_FREE(3) CXL Programmer's Manual CXL_ADAPTER_FREE(3)

NAME

cxl_adapter_free - free the CXL adapter data structures

SYNOPSIS

#include <libcxl.h>

void cxl_adapter_free(struct cxl_adapter_h *adapter);

DESCRIPTION

cxl_adapter_free() frees the CXL adapter handle, previously allocated by cxl_adapter_next(), as well as its associated data structures and memory buffers.

SEE ALSO

cxl(3), cxl_adapter_next(3)
2017-05-24 LIBCXL 1.5