From: "Dror" <[EMAIL PROTECTED]>

drorotmi> The functions interface (defined in crtdbg.h) is as follow:
drorotmi> void *_malloc_dbg( size_t size, int blockType, const char *filename,
drorotmi> int linenumber );
drorotmi> void *_realloc_dbg( void *userData, size_t newSize, int blockType,
drorotmi> const char *filename, int linenumber );
drorotmi> void _free_dbg( void *userData, int blockType );
drorotmi> 
drorotmi> If the memory is allocated using those method, the report
drorotmi> that appears on the debug output window includes the link to
drorotmi> the file name and line number.

Oh, I see what you mean, those are so to say replacements for malloc()
and friends...  Hmm...  Actually, this is doable through yet another
call level, but it also adds another level of complication.  I'll give
it some thought.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to