Re: A83: Input from user


[Prev][Next][Index][Thread]

Re: A83: Input from user




Thanks! I should've checked the manual a little more carefully first,
because I found the Deleting Temps section in the TI-83+ manual, which
probably applies to TI-83 temp variables as well. It lists all of the ways
memory is freed, and it looks like there is no need to call any functions to
free temporary variables, unless you are worried about running out of memory
in loops.

Chris Wegrzyn

----- Original Message -----
From: "Linus Akesson" <lairfight@softhome.net>
To: <assembly-83@lists.ticalc.org>
Sent: Monday, February 07, 2000 6:31 PM
Subject: Re: A83: Input from user


>
>
>
> In accordance with the prophecy, WegBert uttered:
>
> > My second question
> > is whether the temporary string created by using PGMIO_EXEC needs to be
> > freed in any special way or if it can just be ignored and it will
disappear.
> >
> > Chris Wegrzyn
>
> I think it will go away whenever ti-os does garbage collection. This may
happen
> when you try to allocate memory, or even when checking the amount of free
> memory, so assume the string will go away in those cases.
>
> Linus
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=
>           Just because I have a short attention span doesn't mean I
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=
> lairfight@softhome.net, visit http://linusworld.cjb.net (PGP key
available).
>
>



References: