Mail Archives: djgpp/1999/12/05/07:37:46
On Wed, 1 Dec 1999, Francisco Pastor wrote:
> In the C library of the djgpp v2.01 exist the function _mstats(char* buffer)
> to get a report about the memory statistics, very usefull for me to test the
> dinamic memory usage in my programs.
>
> Please, some body know if there is a simular function in djgpp v2.02 with
> the new malloc/free/realloc funcions?
No, there's no _mstats in v2.02 (and in v2.01, _mstats required to
recompile the sources fore malloc).
However, it should be very easy to change _mstats so that it works
with v2.02's version of malloc.
- Raw text -