Searched refs:RTErrInfoAlloc (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/err/
H A Derrinfo-alloc.cpp40 RTDECL(PRTERRINFO) RTErrInfoAlloc(size_t cbMsg) function
/vbox/include/iprt/
H A Derr.h400 /** Allocated structure (RTErrInfoAlloc). */
457 RTDECL(PRTERRINFO) RTErrInfoAlloc(size_t cbMsg);
460 * Same as RTErrInfoAlloc, except that an IPRT status code is returned.
473 * Frees an error info structure allocated by RTErrInfoAlloc or
H A Dmangling.h543 # define RTErrInfoAlloc RT_MANGLER(RTErrInfoAlloc) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c980 PRTERRINFO pErrInfo = RTErrInfoAlloc(1024);

Completed in 344 milliseconds