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

/vbox/src/VBox/Runtime/testcase/
H A DtstMemAutoPtr.cpp3 * IPRT - Testcase the RTCMemAutoPtr template.
63 RTCMemAutoPtr<TSTMEMAUTOPTRSTRUCT> Handle(1);
137 RTCMemAutoPtr<char> NilObj;
145 RTCMemAutoPtr<char> Alloc(10);
151 RTCMemAutoPtr<char> Manage(pch);
163 RTCMemAutoPtr<char, RTCMemEfAutoFree<char>, RTMemEfReallocNP> Electric(10);
180 RTCMemAutoPtr<char, tstMemAutoPtrDestructorCounter, RTMemEfReallocNP> FreeIt(128);
187 RTCMemAutoPtr<char, tstMemAutoPtrDestructorCounter, RTMemEfReallocNP> FreeIt2(128);
198 RTCMemAutoPtr<char, tstMemAutoPtrDestructorCounter, RTMemEfReallocNP> DontFreeIt(256);
206 RTCMemAutoPtr<cha
[all...]
/vbox/include/iprt/cpp/
H A Dmem.h57 * RTCMemAutoPtr allocator which uses RTMemTmpAlloc().
148 class RTCMemAutoPtr class in inherits:RTCAutoRes
157 RTCMemAutoPtr(T *aPtr = NULL) function in class:RTCMemAutoPtr
169 RTCMemAutoPtr(size_t a_cElements, bool a_fZeroed = false) function in class:RTCMemAutoPtr
181 RTCMemAutoPtr &operator=(T *aPtr)
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestProp.cpp626 RTCMemAutoPtr<VBGLR3GUESTPROPENUM, VbglR3GuestPropEnumFree> Handle;
637 RTCMemAutoPtr<char> Patterns;
651 RTCMemAutoPtr<char> Buf;
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp355 RTCMemAutoPtr<fwspec> pFwCopy;
727 RTCMemAutoPtr<fwspec> pFwCopy;

Completed in 296 milliseconds