VirtualBox

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


Ignore:
Timestamp:
Jun 8, 2009 12:04:31 AM (15 years ago)
Author:
vboxsync
Message:

IPRT: Memory pool (untested) and string pool stub implementation.

File:
1 edited

Legend:

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

    r19509 r20360  
    6969/** Dead magic number for RTMEMCACHEINT::u32Magic. */
    7070#define RTMEMCACHE_MAGIC_DEAD       0x20080305
     71/** The magic value for RTMEMPOOL::u32Magic. (Jane Austin) */
     72#define RTMEMPOOL_MAGIC             0x17751216
     73/** The magic value for RTMEMPOOL::u32Magic after RTMemPoolDestroy. */
     74#define RTMEMPOOL_MAGIC_DEAD        0x18170718
    7175/** Magic number for heap blocks. (Edgar Allan Poe) */
    7276#define RTMEMHDR_MAGIC              0x18090119
     
    9195/** Magic value for RTSPINLOCKINTERNAL::u32Magic. (Terry Pratchett) */
    9296#define RTSPINLOCK_MAGIC            0x19480428
     97/** Magic value for RTSTRCACHE::u32Magic. (Sir Arthur Charles Clarke) */
     98#define RTSTRCACHE_MAGIC            0x19171216
     99/** Magic value for RTSTRCACHE::u32Magic after RTStrCacheDestroy. */
     100#define RTSTRCACHE_MAGIC_DEAD       0x20080319
    93101/** The value of RTSTREAM::u32Magic for a valid stream. */
    94102#define RTSTREAM_MAGIC              0xe44e44ee
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