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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrCatCopy.cpp39 char *pszBuf4H = (char *)RTTestGuardedAllocHead(hTest, 4);
58 char *pszBuf4H = (char *)RTTestGuardedAllocHead(hTest, 4);
89 char *pszBuf4H = (char *)RTTestGuardedAllocHead(hTest, 4);
146 char *pszBuf4H = (char *)RTTestGuardedAllocHead(hTest, 4);
H A DtstRTFileAio.cpp59 paReqs = (PRTFILEAIOREQ)RTTestGuardedAllocHead(g_hTest, cMaxReqsInFlight * sizeof(RTFILEAIOREQ));
64 void **papvBuf = (void **)RTTestGuardedAllocHead(g_hTest, cMaxReqsInFlight * sizeof(void *));
81 paReqsCompleted = (PRTFILEAIOREQ)RTTestGuardedAllocHead(g_hTest, cMaxReqsInFlight * sizeof(RTFILEAIOREQ));
H A DtstRTStrFormat.cpp108 char *pszBuf = (char *)RTTestGuardedAllocHead(hTest, BUF_SIZE);
109 char *pszBuf2 = (char *)RTTestGuardedAllocHead(hTest, BUF_SIZE);
H A DtstRTInlineAsm.cpp89 type *pVar = (type *)RTTestGuardedAllocHead(g_hTest, sizeof(type)); \
1298 void *pvPage1 = RTTestGuardedAllocHead(hTest, PAGE_SIZE);
/vbox/include/iprt/
H A Dtest.h242 RTR3DECL(void *) RTTestGuardedAllocHead(RTTEST hTest, size_t cb);
H A Dmangling.h1628 # define RTTestGuardedAllocHead RT_MANGLER(RTTestGuardedAllocHead) macro
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp654 RTR3DECL(void *) RTTestGuardedAllocHead(RTTEST hTest, size_t cb) function

Completed in 107 milliseconds