![]() | Logo by Alkaron (anonymous IP: 10.9.106.192,0) | |||||||||||
| ||||||||||||
Audio (350) Datatype (51) Demo (206) Development (621) Document (24) Driver (102) Emulation (155) Game (1038) Graphics (514) Library (121) Network (241) Office (69) Utility (956) Video (74) Total files: 4522 Full index file Recent index file
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] MemGuardian 0.1 - a simple debug-time memory tracker for C/C++ programs ----------------------------------------------------------------------- MemGuardian's purpose is to help tracking memory allocation and deallocation. It tries to catch possible memory leaks, deallocations that happen more than once, attempts to free non-allocated memory and attempts to use wrong deallocation method with allocated memory. The concept can be easily extended to "any" resource, it's only a matter of writing more wrapper functions. Currently it supports memory tracking via functions: - MG_malloc (malloc), MG_free (free), MG_AllocVec (IExec->AllocVec), MG_FreeVec (IExec->FreeVec) And via overloaded C++ operators: - new, new [], delete, delete [] MemGuardian is Public Domain. | |||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright (c) 2004-2026 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |