[Announcement] Elephant now on Xcode
[Announcement] Elephant now on Xcode
- Subject: [Announcement] Elephant now on Xcode
- From: Thaddaeus Frogley <email@hidden>
- Date: Sun, 23 Jan 2005 14:22:10 +0100
Hi,
Announcing version 1.0.0 of Elephant - C++ Memory Observer.
Now with project files for Xcode 1.5!
http://www.paulgrenyer.dyndns.org/elephant/
Elephant is a C++ memory observer. It keeps track of all calls to new
and delete via custom implementations of operator new and operator
delete. Observers can register to be notified of allocations and
deletions and used to detect memory leaks, keep a track of maximum
memory usage or for any other purpose, by implementing a simple
interface.
A notification of an allocation consists of the address and size of
the memory allocated. The line number, function name and file name in
which the allocation takes place can be added by placing special
macros in the client code. A notification of a deletion consists of
the address of the memory being freed.
Elephant comes with a complete, Aeryn based test suite to test that it
behaves correctly on any given platform.
Thad
--
Thaddaeus Frogley
http://thad.notagoth.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden