|
NAMEhwloc_topology_membind_supportSYNOPSIS#include <hwloc.h> Data Fieldsunsigned char set_thisproc_membind unsigned char get_thisproc_membind unsigned char set_proc_membind unsigned char get_proc_membind unsigned char set_thisthread_membind unsigned char get_thisthread_membind unsigned char set_area_membind unsigned char get_area_membind unsigned char alloc_membind unsigned char firsttouch_membind unsigned char bind_membind unsigned char interleave_membind unsigned char replicate_membind unsigned char nexttouch_membind unsigned char migrate_membind unsigned char get_area_memlocation Detailed DescriptionFlags describing actual memory binding support for this topology.A flag may be set even if the feature isn't supported in all cases (e.g. binding to random sets of non-contiguous objects). Field Documentationunsigned char hwloc_topology_membind_support::alloc_membindAllocating a bound memory area is supported.unsigned char hwloc_topology_membind_support::bind_membindBind policy is supported.unsigned char hwloc_topology_membind_support::firsttouch_membindFirst-touch policy is supported.unsigned char hwloc_topology_membind_support::get_area_membindGetting the binding of a given memory area is supported.unsigned char hwloc_topology_membind_support::get_area_memlocationGetting the last NUMA nodes where a memory area was allocated is supportedunsigned char hwloc_topology_membind_support::get_proc_membindGetting the binding of a whole given process is supported.unsigned char hwloc_topology_membind_support::get_thisproc_membindGetting the binding of the whole current process is supported.unsigned char hwloc_topology_membind_support::get_thisthread_membindGetting the binding of the current thread only is supported.unsigned char hwloc_topology_membind_support::interleave_membindInterleave policy is supported.unsigned char hwloc_topology_membind_support::migrate_membindMigration flags is supported.unsigned char hwloc_topology_membind_support::nexttouch_membindNext-touch migration policy is supported.unsigned char hwloc_topology_membind_support::replicate_membindReplication policy is supported.unsigned char hwloc_topology_membind_support::set_area_membindBinding a given memory area is supported.unsigned char hwloc_topology_membind_support::set_proc_membindBinding a whole given process is supported.unsigned char hwloc_topology_membind_support::set_thisproc_membindBinding the whole current process is supported.unsigned char hwloc_topology_membind_support::set_thisthread_membindBinding the current thread only is supported.AuthorGenerated automatically by Doxygen for Hardware Locality (hwloc) from the source code.
Visit the GSP FreeBSD Man Page Interface. |