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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp159 #define RTHEAPOFFSET_MIN_BLOCK (sizeof(RTHEAPOFFSETBLOCK)) macro
160 AssertCompile(RTHEAPOFFSET_MIN_BLOCK >= sizeof(RTHEAPOFFSETBLOCK));
161 AssertCompile(RTHEAPOFFSET_MIN_BLOCK >= sizeof(RTHEAPOFFSETFREE) - sizeof(RTHEAPOFFSETBLOCK));
430 if (cb < RTHEAPOFFSET_MIN_BLOCK)
431 cb = RTHEAPOFFSET_MIN_BLOCK;
467 if (cb < RTHEAPOFFSET_MIN_BLOCK)
468 cb = RTHEAPOFFSET_MIN_BLOCK;

Completed in 44 milliseconds