Searched refs:RTTestGuardedAllocTail (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrCatCopy.cpp40 char *pszBuf4T = (char *)RTTestGuardedAllocTail(hTest, 4);
59 char *pszBuf4T = (char *)RTTestGuardedAllocTail(hTest, 4);
90 char *pszBuf4T = (char *)RTTestGuardedAllocTail(hTest, 4);
147 char *pszBuf4T = (char *)RTTestGuardedAllocTail(hTest, 4);
H A DtstRTUuid.cpp77 char *psz = (char *)RTTestGuardedAllocTail(hTest, RTUUID_STR_LENGTH);
98 psz = (char *)RTTestGuardedAllocTail(hTest, RTUUID_STR_LENGTH + 2);
129 RTUTF16 *pwsz2 = (RTUTF16*)RTTestGuardedAllocTail(hTest, 2 * (RTUUID_STR_LENGTH + 2));
H A DtstRTR0DbgKrnlInfoDriver.cpp62 uint8_t *pbPage = (uint8_t *)RTTestGuardedAllocTail(hTest, PAGE_SIZE);
65 RTTestFailed(hTest, "RTTestGuardedAllocTail failed with rc=%Rrc\n", rc);
H A DtstRTFileAio.cpp192 uint8_t *pbTestBuf = (uint8_t *)RTTestGuardedAllocTail(g_hTest, TSTFILEAIO_BUFFER_SIZE);
H A DtstRTR0MemUserKernelDriver.cpp63 uint8_t *pbPage = (uint8_t *)RTTestGuardedAllocTail(hTest, PAGE_SIZE);
66 RTTestFailed(hTest, "RTTestGuardedAllocTail failed with rc=%Rrc\n", rc);
H A DtstRTBitOperations.cpp95 struct TestMap2 *p2 = (struct TestMap2 *)RTTestGuardedAllocTail(hTest, sizeof(TestMap2));
148 struct TestMap *p = (struct TestMap *)RTTestGuardedAllocTail(hTest, sizeof(*p));
H A DtstRTDigest-2.cpp945 uint8_t *pabHash = (uint8_t *)RTTestGuardedAllocTail(NIL_RTTEST, RTSHA224_HASH_SIZE);
946 char *pszDigest = (char *)RTTestGuardedAllocTail(NIL_RTTEST, RTSHA224_DIGEST_LEN + 1);
H A DtstRTInlineAsm.cpp94 pVar = (type *)RTTestGuardedAllocTail(g_hTest, sizeof(type)); \
1299 void *pvPage2 = RTTestGuardedAllocTail(hTest, PAGE_SIZE);
/vbox/src/VBox/VMM/testcase/
H A DtstVMMR0CallHost-1.cpp153 g_Jmp.pvSavedStack = (RTR0PTR)RTTestGuardedAllocTail(hTest, VMM_STACK_SIZE);
H A DtstX86-1.cpp195 g_pbEfPage = (uint8_t *)RTTestGuardedAllocTail(hTest, PAGE_SIZE);
/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp107 char *pszFlagBuffer = (char *)RTTestGuardedAllocTail(g_hTest, MAX_FLAGS_LEN);
683 void *pvBuf = RTTestGuardedAllocTail(g_hTest, cbBuf);
709 void *pvBuf = RTTestGuardedAllocTail(g_hTest, cbBuf);
/vbox/include/iprt/
H A Dtest.h231 RTR3DECL(void *) RTTestGuardedAllocTail(RTTEST hTest, size_t cb);
H A Dmangling.h1629 # define RTTestGuardedAllocTail RT_MANGLER(RTTestGuardedAllocTail) macro
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp110 POBJREF pRef = (POBJREF)RTTestGuardedAllocTail(g_hTest, sizeof(OBJREF));
158 void *pv = RTTestGuardedAllocTail(g_hTest, cb);
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstSharedFolderService.cpp514 = RTTestGuardedAllocTail(hTest, psvcTable->cbClient));
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp635 RTR3DECL(void *) RTTestGuardedAllocTail(RTTEST hTest, size_t cb) function

Completed in 136 milliseconds