Searched defs:native_cpus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c197 processorid_t *native_cpus; local
214 if ((native_cpus = calloc(ncpus0, sizeof (processorid_t))) == NULL) {
216 "Could not allocate memory for native_cpus array");
220 native_cpus, ncpus0, LGRP_CONTENT_DIRECT);
222 free(native_cpus);
227 free(native_cpus);
234 java_cpus[i] = (jint)native_cpus[i];
236 free(native_cpus);

Completed in 42 milliseconds