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

/vbox/src/VBox/Runtime/r3/solaris/
H A Dmp-solaris.cpp61 static uint64_t *g_pu64CoreIds; variable
62 /** Number of entries in g_pu64CoreIds. */
85 * Populates 'g_pu64CoreIds' array with unique core identifiers in the system.
100 if (g_pu64CoreIds[i] == u64CoreId)
109 g_pu64CoreIds[g_cCores] = u64CoreId;
143 g_pu64CoreIds = (uint64_t *)RTMemAllocZ(g_cu64CoreIds * sizeof(uint64_t));
144 if (g_pu64CoreIds)
167 RTMemFree(g_pu64CoreIds);
168 g_pu64CoreIds = NULL;
204 RTMemFree(g_pu64CoreIds);
[all...]

Completed in 41 milliseconds