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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp53 typedef struct RTHEAPOFFSETFREE *PRTHEAPOFFSETFREE;
59 * If this block is free, see RTHEAPOFFSETFREE.
119 typedef struct RTHEAPOFFSETFREE struct
131 } RTHEAPOFFSETFREE; typedef in typeref:struct:RTHEAPOFFSETFREE
132 AssertCompileSize(RTHEAPOFFSETFREE, 16+16);
161 AssertCompile(RTHEAPOFFSET_MIN_BLOCK >= sizeof(RTHEAPOFFSETFREE) - sizeof(RTHEAPOFFSETBLOCK));
540 if (pFree->cb < cb + offAlign + sizeof(RTHEAPOFFSETFREE))
577 if (pFree->cb >= cb + RT_ALIGN_Z(sizeof(RTHEAPOFFSETFREE), RTHEAPOFFSET_ALIGNMENT))

Completed in 52 milliseconds