Searched refs:RTMemSaferAllocZ (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dmemsafer.h147 #define RTMemSaferAllocZ(a_cb) RTMemSaferAllocZTag(a_cb, RTMEM_TAG) macro
151 * Reallocates memory allocated by RTMemSaferAllocZEx, RTMemSaferAllocZ,
173 * Reallocates memory allocated by RTMemSaferAllocZEx, RTMemSaferAllocZ,
195 * Reallocates memory allocated by RTMemSaferAllocZ or RTMemSaferAllocZTag.
212 * Reallocates memory allocated by RTMemSaferAllocZ or RTMemSaferAllocZTag.
229 * Frees memory allocated by RTMemSaferAllocZ* or RTMemSaferReallocZ*.
/vbox/src/VBox/Runtime/common/math/
H A Dbignum.cpp644 pBigNum->pauElements = (RTBIGNUMELEMENT *)RTMemSaferAllocZ(pBigNum->cAllocated * RTBIGNUM_ELEMENT_SIZE);
795 pBigNum->pauElements = (RTBIGNUMELEMENT *)RTMemSaferAllocZ(pBigNum->cAllocated * RTBIGNUM_ELEMENT_SIZE);

Completed in 46 milliseconds