mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
fdix minor buglet
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7a001daabc
commit
d87aacee2f
3 changed files with 10 additions and 9 deletions
|
@ -170,14 +170,13 @@ GS_EXPORT int GSDebugAllocationTotal(Class c);
|
|||
GS_EXPORT Class* GSDebugAllocationClassList(void);
|
||||
|
||||
/**
|
||||
* This function returns a newline
|
||||
* separated list of the classes which have instances
|
||||
* allocated, and the instance counts. If the 'changeFlag'
|
||||
* argument is YES then the list gives the number of
|
||||
* instances allocated/deallocated since the function was
|
||||
* last called. This function only returns the current count
|
||||
* of instances (not the peak or total count), but its output
|
||||
* is ready to be displayed or logged.
|
||||
* This function returns a newline separated list of the classes
|
||||
* which have instances allocated, and the instance counts.
|
||||
* If the 'changeFlag' argument is YES then the list gives the number
|
||||
* of instances allocated/deallocated since the function was
|
||||
* last called with that setting. This function only returns the
|
||||
* current count of instances (not the peak or total count), but its
|
||||
* output is ready to be displayed or logged.
|
||||
*/
|
||||
GS_EXPORT const char* GSDebugAllocationList(BOOL changeFlag);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue