Changeset 8245 in vbox for trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c
- Timestamp:
- Apr 21, 2008 5:24:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, Ring-0 Driver, FreeBSD.3 * IPRT - Memory Allocation, Ring-0 Driver, FreeBSD. 4 4 */ 5 5 … … 46 46 /* These two statements will define two globals and add initializers 47 47 and destructors that will be called at load/unload time (I think). */ 48 MALLOC_DEFINE(M_IPRTHEAP, "iprtheap", "I ncredibly Portable Runtime- heap");49 MALLOC_DEFINE(M_IPRTCONT, "iprtcont", "I ncredibly Portable Runtime- contiguous");48 MALLOC_DEFINE(M_IPRTHEAP, "iprtheap", "IPRT - heap"); 49 MALLOC_DEFINE(M_IPRTCONT, "iprtcont", "IPRT - contiguous"); 50 50 51 51
Note:
See TracChangeset
for help on using the changeset viewer.