VirtualBox

儲存庫 vbox 的更動 65231


忽略:
時間撮記:
2017-1-10 下午06:17:45 (8 年 以前)
作者:
vboxsync
訊息:

tstContiguous: be less strict if tstContiguous fails on 32-bit hosts. The chance for fragmented kernel memory is much higher than on 64-bit hosts

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp

    r62490 r65231  
    7373                    if (!apv[i])
    7474                    {
    75                         RTPrintf("tstContiguous: i=%d: failed to allocate %d pages\n", i, 1 + (i % 11));
    76                         rcRet++;
     75                        RTPrintf("tstContiguous: i=%d: failed to allocate %d pages", i, 1 + (i % 11));
     76#if defined(RT_ARCH_X86) && defined(RT_OS_LINUX)
     77                        /* With 32-bit address spaces it's sometimes difficult
     78                         * to find bigger chunks of contiguous memory */
     79                        if (i % 11 < 8)
     80                            RTPrintf(" => ignoring (32-bit host)");
     81                        else
     82#endif
     83                            rcRet++;
     84                        RTPrintf("\n");
    7785                    }
    7886                }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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