Re: [cc65] memory corruption?

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-06-03 13:04:17


On Tue, Jun 03, 2003 at 11:41:50AM +0200, MagerValp wrote:
> Oh, and what was the way to check how much free heap space there is?

    size_t __fastcall__ _heapmemavail (void);
    /* Return the total free heap space */
    
    size_t __fastcall__ _heapmaxavail (void);
    /* Return the size of the largest free block on the heap */
    
Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-06-03 13:04:25 CEST