Sophie

Sophie

distrib > Mageia > 7 > x86_64 > media > nonfree-updates > by-pkgid > b86a85131cc739c1c53d0b55840a4328 > files > 6181

nvidia-cuda-toolkit-devel-10.1.168-1.2.mga7.nonfree.x86_64.rpm

.TH "nvmlMemory_t" 3 "24 Apr 2019" "Version 1.1" "NVML" \" -*- nroff -*-
.ad l
.nh
.SH NAME
nvmlMemory_t \- 
.SH SYNOPSIS
.br
.PP
\fC#include <nvml.h>\fP
.PP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "unsigned long long \fBtotal\fP"
.br
.RI "\fITotal installed FB memory (in bytes). \fP"
.ti -1c
.RI "unsigned long long \fBfree\fP"
.br
.RI "\fIUnallocated FB memory (in bytes). \fP"
.ti -1c
.RI "unsigned long long \fBused\fP"
.br
.RI "\fIAllocated FB memory (in bytes). Note that the driver/GPU always sets aside a small amount of memory for bookkeeping. \fP"
.in -1c
.SH "Detailed Description"
.PP 
Memory allocation information for a device. 

.SH "Author"
.PP 
Generated automatically by Doxygen for NVML from the source code.