Suggestion for Memory Managers

From: Francois Malan (fmalan_at_sastec)
Date: 02/27/05


Date: Sun, 27 Feb 2005 12:38:56 +0200

I would like to suggest that the authors of these fine memory managers put a
string costant in their units, may like this:

const
    _MMName:String = 'My Memory Manager';
    _MMVersion:String = 'Version 2.5.1 With debugging';
    _MMStatus:String = 'Multithreaded optimizations enabled';

The above is just an example. If all memory managers would use the same
cosntants, one can embed these things in an about box of your application to
display information about the memory manager.

Any thoughts on this?