Name: Anonymous 2016-08-03 17:39
a word bloods use, it's basically "Cool" with the "C" replaced by a "B"
aye them niggaz are bool as fuck
aye them niggaz are bool as fuck
before the memory is allocated to the program it's not part of the program's stateYes, precisely.
But the amount of allocated memory is itself part of the program's stateNow that's an implementation detail. In many existing runtime systems no program can even reference the amount of allocated memory, and one has to use RTS commands to see it. That is, amount of allocated memory may be entirely external to program state, and such implementations are totally practicable and popular. Certainly there is no dogma that says any program ever written must have access to that information.