src/hotspot/share/runtime/os.hpp
changeset 59060 fce1fa1bdc91
parent 58654 562bf1878089
equal deleted inserted replaced
59059:27a266d5fb13 59060:fce1fa1bdc91
   372   static void   numa_make_global(char *addr, size_t bytes);
   372   static void   numa_make_global(char *addr, size_t bytes);
   373   static size_t numa_get_groups_num();
   373   static size_t numa_get_groups_num();
   374   static size_t numa_get_leaf_groups(int *ids, size_t size);
   374   static size_t numa_get_leaf_groups(int *ids, size_t size);
   375   static bool   numa_topology_changed();
   375   static bool   numa_topology_changed();
   376   static int    numa_get_group_id();
   376   static int    numa_get_group_id();
       
   377   static int    numa_get_group_id_for_address(const void* address);
   377 
   378 
   378   // Page manipulation
   379   // Page manipulation
   379   struct page_info {
   380   struct page_info {
   380     size_t size;
   381     size_t size;
   381     int lgrp_id;
   382     int lgrp_id;