Extended GSDebugAllocation API by adding a peak counter and new functions

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8291 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-12-11 23:30:48 +00:00
parent 06a84d2935
commit 131bba5cac

View file

@ -1,3 +1,12 @@
2000-12-12 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSDebug.m (table_entry): Added peak field.
(GSDebugAllocationAdd): Set peak counter if needed.
(GSDebugAllocationClassList), (GSDebugAllocationTotal),
(GSDebugAllocationPeak): New functions.
* Headers/gnustep/base/NSDebug.h: Added corresponding
declarations.
2000-12-08 Adam Fedor <fedor@gnu.org>
* Set up DO and NSInvocation to use foreign-function interface