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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp217 typedef RTSTRCACHEFREEMERGE *PRTSTRCACHEFREEMERGE; typedef
424 PRTSTRCACHEFREEMERGE pFree;
518 static void rtStrCacheRelinkMerged(PRTSTRCACHEINT pThis, PRTSTRCACHEFREEMERGE pFree)
554 PRTSTRCACHEFREEMERGE pFree = NULL;
579 PRTSTRCACHEFREEMERGE pRemainder = pFree;
610 pFree = (PRTSTRCACHEFREEMERGE)((uintptr_t)pChunk + sizeof(*pFree));
615 PRTSTRCACHEFREEMERGE pNewFree = (PRTSTRCACHEFREEMERGE)((uintptr_t)pFree + cbEntry);
1052 PRTSTRCACHEFREEMERGE pFreeStr = (PRTSTRCACHEFREEMERGE)pSt
[all...]

Completed in 45 milliseconds