Search the web
Sign In
New User? Sign Up
dmalloc · Debug Malloc Library (dmalloc) Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Ad: C++ improvement   Message List  
Reply | Forward Message #120 of 529 |
I forgot, the definitions in dmalloc.h should look like this:

#ifndef DMALLOC_NOOPS
#define NEW new(__FILE__,__LINE__)
extern void * operator new (size_t size,char* filename,int line);
extern void * operator new[] (size_t size,char* filename,int line);
#define new NEW
#endif

and specify #define DMALLOC_NOOPS before #include <dmalloc.h> in
dmalloc.cc
also #define DMALLOC_DISABLE should be left out.






Mon Feb 7, 2000 4:43 pm

mammal@...
Send Email Send Email

Forward
Message #120 of 529 |
Expand Messages Author Sort by Date

I forgot, the definitions in dmalloc.h should look like this: #ifndef DMALLOC_NOOPS #define NEW new(__FILE__,__LINE__) extern void * operator new (size_t...
Stanislav Kutil
mammal@...
Send Email
Feb 7, 2000
4:59 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help