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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapsimple.cpp53 typedef struct RTHEAPSIMPLEFREE *PRTHEAPSIMPLEFREE;
58 * If this block is free, see RTHEAPSIMPLEFREE.
118 typedef struct RTHEAPSIMPLEFREE struct
130 } RTHEAPSIMPLEFREE; typedef in typeref:struct:RTHEAPSIMPLEFREE
161 AssertCompile(RTHEAPSIMPLE_MIN_BLOCK >= sizeof(RTHEAPSIMPLEFREE) - sizeof(RTHEAPSIMPLEBLOCK));
503 RTHEAPSIMPLEFREE Free;
569 if (pFree->cb >= cb + RT_ALIGN_Z(sizeof(RTHEAPSIMPLEFREE), RTHEAPSIMPLE_ALIGNMENT))

Completed in 42 milliseconds