Provided by: nvidia-cuda-dev_9.1.85-3ubuntu1_amd64
NAME
nvmlMemory_t -
SYNOPSIS
#include <nvml.h> Data Fields unsigned long long total Total installed FB memory (in bytes). unsigned long long free Unallocated FB memory (in bytes). unsigned long long used Allocated FB memory (in bytes). Note that the driver/GPU always sets aside a small amount of memory for bookkeeping.
Detailed Description
Memory allocation information for a device.
Author
Generated automatically by Doxygen for NVML from the source code.