J
J de Boyne Pollard
WO> Actually, I don't know because I've never had a memory leak in the
WO> 64-bit version of one of my drivers. All the leaks got plugged
while
WO> testing in 32-bits. But for future reference, what's the
intrinsic?
In Microsoft's C++ compiler it's "_ReturnAddress". In GNU C++, it's
"__builtin_return_address". Watcom C++ doesn't have one (although
obtaining the return address is readily achievable using "#pragma
aux") and Comeau C++'s documentation isn't clear.
WO> 64-bit version of one of my drivers. All the leaks got plugged
while
WO> testing in 32-bits. But for future reference, what's the
intrinsic?
In Microsoft's C++ compiler it's "_ReturnAddress". In GNU C++, it's
"__builtin_return_address". Watcom C++ doesn't have one (although
obtaining the return address is readily achievable using "#pragma
aux") and Comeau C++'s documentation isn't clear.