Searched refs:RTHEAPOFFSET_MAGIC (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Dmagics.h74 #define RTHEAPOFFSET_MAGIC UINT32_C(0x19591031) macro
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp142 /** The typical magic (RTHEAPOFFSET_MAGIC). */
322 Assert((pHeapInt)->u32Magic == RTHEAPOFFSET_MAGIC); \
392 pHeapInt->u32Magic = RTHEAPOFFSET_MAGIC;
513 AssertReturn((pHeapInt)->u32Magic == RTHEAPOFFSET_MAGIC, NULL);

Completed in 46 milliseconds