VirtualBox

Ignore:
Timestamp:
Aug 27, 2008 6:16:22 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35453
Message:

CPU speed fix for Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/mp-solaris.cpp

    r11333 r11719  
    8383    {
    8484        g_capCpuInfo = RTMpGetCount();
    85         g_papCpuInfo = (kstat_t **)RTMemAlloc(g_capCpuInfo * sizeof(kstat_t *));
     85        g_papCpuInfo = (kstat_t **)RTMemAllocZ(g_capCpuInfo * sizeof(kstat_t *));
    8686        if (g_papCpuInfo)
    8787        {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette