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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapsimple.cpp51 typedef struct RTHEAPSIMPLEBLOCK *PRTHEAPSIMPLEBLOCK;
60 typedef struct RTHEAPSIMPLEBLOCK struct
70 } RTHEAPSIMPLEBLOCK; typedef in typeref:struct:RTHEAPSIMPLEBLOCK
71 AssertCompileSizeAlignment(RTHEAPSIMPLEBLOCK, 16);
77 /** The mask that needs to be applied to RTHEAPSIMPLEBLOCK::fFlags to obtain the magic value. */
83 * @param pBlock Pointer to a RTHEAPSIMPLEBLOCK structure.
91 * @param pBlock Pointer to a RTHEAPSIMPLEBLOCK structure.
100 * @param pBlock Pointer to a RTHEAPSIMPLEBLOCK structure.
109 * @param pBlock Pointer to a valid RTHEAPSIMPLEBLOCK structure.
115 * This is an extended version of RTHEAPSIMPLEBLOCK tha
[all...]

Completed in 44 milliseconds