VirtualBox

Ignore:
Timestamp:
Apr 21, 2008 5:24:28 PM (17 years ago)
Author:
vboxsync
Message:

rebranding: IPRT files again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c

    r8170 r8245  
    11/* $Id$ */
    22/** @file
    3  * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, FreeBSD.
     3 * IPRT - Memory Allocation, Ring-0 Driver, FreeBSD.
    44 */
    55
     
    4646/* These two statements will define two globals and add initializers
    4747   and destructors that will be called at load/unload time (I think). */
    48 MALLOC_DEFINE(M_IPRTHEAP, "iprtheap", "Incredibly Portable Runtime - heap");
    49 MALLOC_DEFINE(M_IPRTCONT, "iprtcont", "Incredibly Portable Runtime - contiguous");
     48MALLOC_DEFINE(M_IPRTHEAP, "iprtheap", "IPRT - heap");
     49MALLOC_DEFINE(M_IPRTCONT, "iprtcont", "IPRT - contiguous");
    5050
    5151
Note: See TracChangeset for help on using the changeset viewer.

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