VirtualBox

Changeset 10767 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Jul 20, 2008 2:43:28 AM (16 years ago)
Author:
vboxsync
Message:

RTOBJCACHE_MAGIC -> RTMEMCACHE_MAGIC, added RTMEMCACHE_MAGIC_DEAD. (RTCache API adjustments comming up over the next weeks or something).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/magics.h

    r10766 r10767  
    4747/** The magic value for RTLDRMODINTERNAL::u32Magic. (Alan Moore) */
    4848#define RTLDRMOD_MAGIC              0x19531118
     49/** Magic number for RTMEMCACHEINT::u32Magic. (Joseph Weizenbaum) */
     50#define RTMEMCACHE_MAGIC            0x19230108
     51/** Dead magic number for RTMEMCACHEINT::u32Magic. */
     52#define RTMEMCACHE_MAGIC_DEAD       0x20080305
    4953/** Magic number for heap blocks. (Edgar Allan Poe) */
    5054#define RTMEMHDR_MAGIC              0x18090119
     
    7579/** Magic number for timer handles. (Jared Mason Diamond) */
    7680#define RTTIMER_MAGIC               0x19370910
    77 /** Magic number for cache object headers. (Joseph Weizenbaum) */
    78 #define RTOBJCACHE_MAGIC            0x19230108
    7981
    8082/** @} */
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