Searched defs:RTHEAPOFFSETBLOCK (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp51 typedef struct RTHEAPOFFSETBLOCK *PRTHEAPOFFSETBLOCK;
61 typedef struct RTHEAPOFFSETBLOCK struct
71 } RTHEAPOFFSETBLOCK; typedef in typeref:struct:RTHEAPOFFSETBLOCK
72 AssertCompileSize(RTHEAPOFFSETBLOCK, 16);
78 /** The mask that needs to be applied to RTHEAPOFFSETBLOCK::fFlags to obtain the magic value. */
84 * @param pBlock Pointer to a RTHEAPOFFSETBLOCK structure.
92 * @param pBlock Pointer to a RTHEAPOFFSETBLOCK structure.
101 * @param pBlock Pointer to a RTHEAPOFFSETBLOCK structure.
110 * @param pBlock Pointer to a valid RTHEAPOFFSETBLOCK structure.
116 * This is an extended version of RTHEAPOFFSETBLOCK tha
[all...]

Completed in 600 milliseconds