This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is it possible to detect the memory status ?


* John Love-Jensen:

> If you just want your custom heap library to be used for diagnostics to
> detect programmer error... well, it shouldn't be difficult to implement
> non-optimized heap manager.

If performance really doesn't matter, simply running the program under
valgrind is often very helpful.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]