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

/vbox/src/VBox/VMM/include/
H A DPATMA.h146 uint32_t cbFunction; member in struct:__anon16928
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp1048 size_t const cbFunction = pSrcPos->pszFile ? strlen(pSrcPos->pszFunction) + 1 : 0; local
1049 RTLOCKVALCLASSINT *pThis = (RTLOCKVALCLASSINT *)RTMemAllocVar(sizeof(*pThis) + cbFile + cbFunction + cbName);
1093 pThis->CreatePos.pszFunction= pSrcPos->pszFunction ? (char *)memcpy(pszDst, pSrcPos->pszFunction, cbFunction) : NULL;

Completed in 54 milliseconds