Searched refs:lgrp_ids (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.cpp234 int *lgrp_ids = NEW_C_HEAP_ARRAY(int, lgrp_limit, mtGC); local
235 int lgrp_num = (int)os::numa_get_leaf_groups(lgrp_ids, lgrp_limit);
241 if (lgrp_spaces()->at(j)->lgrp_id() == lgrp_ids[i]) {
247 lgrp_spaces()->append(new LGRPSpace(lgrp_ids[i], alignment()));
255 if (lgrp_spaces()->at(i)->lgrp_id() == lgrp_ids[j]) {
268 FREE_C_HEAP_ARRAY(int, lgrp_ids, mtGC);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5435 int *lgrp_ids = NEW_C_HEAP_ARRAY(int, lgrp_limit, mtInternal); local
5436 size_t lgrp_num = os::numa_get_leaf_groups(lgrp_ids, lgrp_limit);
5437 FREE_C_HEAP_ARRAY(int, lgrp_ids, mtInternal);

Completed in 51 milliseconds