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

/vbox/include/iprt/
H A Dmemsafer.h70 * 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,

Completed in 163 milliseconds