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

/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c141 lgrp_id_t *native_child; local
156 if ((native_child = calloc(nchild0, sizeof (lgrp_id_t))) == NULL) {
158 "Could not allocate memory for native_child array");
161 nchild = lgrp_children(cookie, (lgrp_id_t)id, native_child, nchild0);
163 free(native_child);
170 free(native_child);
175 java_child[i] = (jlong) native_child[i];
177 free(native_child);

Completed in 42 milliseconds