VirtualBox

Changeset 11719

Show
Ignore:
Timestamp:
08/27/08 20:16:22 (3 months ago)
Author:
vboxsync
Message:

CPU speed fix for Solaris

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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        { 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy