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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp200 typedef struct RTSTRCACHEFREEMERGE struct
207 struct RTSTRCACHEFREEMERGE *pMain;
214 } RTSTRCACHEFREEMERGE; typedef in typeref:struct:RTSTRCACHEFREEMERGE
215 AssertCompileSize(RTSTRCACHEFREEMERGE, RT_BIT_32(RTSTRCACHE_MERGED_THRESHOLD_BIT));
217 typedef RTSTRCACHEFREEMERGE *PRTSTRCACHEFREEMERGE;
219 /** RTSTRCACHEFREEMERGE::uMarker value indicating that it's the real free chunk
223 /** RTSTRCACHEFREEMERGE::uMarker value indicating that it's part of a larger
425 RTListForEach(&pThis->aMergedFreeLists[i], pFree, RTSTRCACHEFREEMERGE, ListEntry)
548 cbEntry = RT_ALIGN_32(cbEntry, sizeof(RTSTRCACHEFREEMERGE));
563 pFree = RTListGetFirst(&pThis->aMergedFreeLists[iList], RTSTRCACHEFREEMERGE, ListEntr
[all...]

Completed in 34 milliseconds