File: hwloc_obj_memory_s.3

package info (click to toggle)
hwloc 1.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,916 kB
  • ctags: 7,500
  • sloc: ansic: 34,194; sh: 12,810; xml: 8,466; makefile: 1,632; sed: 9; php: 8
file content (58 lines) | stat: -rw-r--r-- 1,175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH "hwloc_obj_memory_s" 3 "Tue Oct 7 2014" "Version 1.10.0" "Hardware Locality (hwloc)" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hwloc_obj_memory_s \- 
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <hwloc\&.h>\fP
.SS "Data Structures"

.in +1c
.ti -1c
.RI "struct \fBhwloc_obj_memory_page_type_s\fP"
.br
.in -1c
.SS "Data Fields"

.in +1c
.ti -1c
.RI "hwloc_uint64_t \fBtotal_memory\fP"
.br
.ti -1c
.RI "hwloc_uint64_t \fBlocal_memory\fP"
.br
.ti -1c
.RI "unsigned \fBpage_types_len\fP"
.br
.ti -1c
.RI "struct 
.br
\fBhwloc_obj_memory_s::hwloc_obj_memory_page_type_s\fP * \fBpage_types\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
Object memory\&. 
.SH "Field Documentation"
.PP 
.SS "hwloc_uint64_t hwloc_obj_memory_s::local_memory"

.PP
Local memory (in bytes) 
.SS "struct \fBhwloc_obj_memory_s::hwloc_obj_memory_page_type_s\fP *  hwloc_obj_memory_s::page_types"

.SS "unsigned hwloc_obj_memory_s::page_types_len"

.PP
Size of array \fCpage_types\fP\&. 
.SS "hwloc_uint64_t hwloc_obj_memory_s::total_memory"

.PP
Total memory (in bytes) in this object and its children\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.