src/os/windows/vm/os_windows.cpp

changeset 576
fcbfc50865ab
parent 514
82db0859acbe
child 577
8bd1e4487c18
equal deleted inserted replaced
575:3febac328d82 576:fcbfc50865ab
2579 } 2579 }
2580 2580
2581 void os::realign_memory(char *addr, size_t bytes, size_t alignment_hint) { } 2581 void os::realign_memory(char *addr, size_t bytes, size_t alignment_hint) { }
2582 void os::free_memory(char *addr, size_t bytes) { } 2582 void os::free_memory(char *addr, size_t bytes) { }
2583 void os::numa_make_global(char *addr, size_t bytes) { } 2583 void os::numa_make_global(char *addr, size_t bytes) { }
2584 void os::numa_make_local(char *addr, size_t bytes) { } 2584 void os::numa_make_local(char *addr, size_t bytes, int lgrp_hint) { }
2585 bool os::numa_topology_changed() { return false; } 2585 bool os::numa_topology_changed() { return false; }
2586 size_t os::numa_get_groups_num() { return 1; } 2586 size_t os::numa_get_groups_num() { return 1; }
2587 int os::numa_get_group_id() { return 0; } 2587 int os::numa_get_group_id() { return 0; }
2588 size_t os::numa_get_leaf_groups(int *ids, size_t size) { 2588 size_t os::numa_get_leaf_groups(int *ids, size_t size) {
2589 if (size > 0) { 2589 if (size > 0) {

mercurial