Searched refs:RTMemSaferAllocZEx (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTMemSafer.cpp | 91 int rc = RTMemSaferAllocZEx(&pvBuf, cbAlloc, 0); 112 RTTESTI_CHECK_RC_OK_RETV(RTMemSaferAllocZEx(&pvBuf, cbAlloc, 0));
|
/vbox/include/iprt/ |
H A D | memsafer.h | 70 * Scrambles memory allocated by RTMemSaferAllocZEx and associates after use. 87 * Unscrambles memory allocated by RTMemSaferAllocZEx and associates before use. 124 #define RTMemSaferAllocZEx(a_ppvNew, a_cb, a_fFlags) RTMemSaferAllocZExTag(a_ppvNew, a_cb, a_fFlags, RTMEM_TAG) macro 151 * Reallocates memory allocated by RTMemSaferAllocZEx, RTMemSaferAllocZ, 173 * Reallocates memory allocated by RTMemSaferAllocZEx, RTMemSaferAllocZ,
|
/vbox/src/VBox/Main/src-all/ |
H A D | SecretKeyStore.cpp | 33 int rc = RTMemSaferAllocZEx((void **)&this->m_pbKey, cbKey,
|
/vbox/src/VBox/Devices/Storage/ |
H A D | DrvVD.cpp | 1972 rc = RTMemSaferAllocZEx(ppvNew, cb, RTMEMSAFER_F_REQUIRE_NOT_PAGABLE);
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 4745 rc = RTMemSaferAllocZEx((void **)&pbKey, cbKey, RTMEMSAFER_F_REQUIRE_NOT_PAGABLE);
|
Completed in 75 milliseconds