VirtualBox

忽略:
時間撮記:
2008-4-18 下午05:52:25 (17 年 以前)
作者:
vboxsync
訊息:

Rebranding: replacing more innotek strings.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp

    r8155 r8170  
    11/* $Id$ */
    22/** @file
    3  * innotek Portable Runtime - Memory Allocation, POSIX.
     3 * Incredibly Portable Runtime - Memory Allocation, POSIX.
    44 */
    55
     
    9999    cb = RT_ALIGN_Z(cb, PAGE_SIZE);
    100100    void *pv = malloc(cb);
    101     AssertReleaseMsgReturn(RT_ALIGN_P(pv, PAGE_SIZE) == pv, 
    102                            ("malloc(%zu) -> %p; expected page aligned!\n", cb, pv), 
     101    AssertReleaseMsgReturn(RT_ALIGN_P(pv, PAGE_SIZE) == pv,
     102                           ("malloc(%zu) -> %p; expected page aligned!\n", cb, pv),
    103103                           NULL);
    104104    return pv;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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