Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hwloc_obj_memory_s(3)	   Hardware Locality (hwloc)	 hwloc_obj_memory_s(3)

NAME
       hwloc_obj_memory_s

SYNOPSIS
       #include	<hwloc.h>

   Data	Structures
       struct hwloc_obj_memory_page_type_s

   Data	Fields
       hwloc_uint64_t total_memory
       hwloc_uint64_t local_memory
       unsigned	page_types_len
       struct hwloc_obj_memory_s::hwloc_obj_memory_page_type_s * page_types

Detailed Description
       Object memory.

Field Documentation
   hwloc_uint64_t hwloc_obj_memory_s::local_memory
       Local memory (in	bytes)

   struct hwloc_obj_memory_s::hwloc_obj_memory_page_type_s *
       hwloc_obj_memory_s::page_types
   unsigned hwloc_obj_memory_s::page_types_len
       Size of array page_types.

   hwloc_uint64_t hwloc_obj_memory_s::total_memory
       Total memory (in	bytes) in this object and its children.

Author
       Generated automatically by Doxygen for Hardware Locality	(hwloc)	from
       the source code.

Version	1.11.13			Mon Jun	3 2019		 hwloc_obj_memory_s(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hwloc_obj_memory_s&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help