VirtualBox

Changeset 8170 in vbox for trunk/src/VBox/Runtime/r3/freebsd


Ignore:
Timestamp:
Apr 18, 2008 5:52:25 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29880
Message:

Rebranding: replacing more innotek strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
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