Actions
Bug #270
openFree, Fast Free, and Chip Free all return 0.
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
02/28/2020
Due date:
% Done:
0%
Estimated time:
2:00 h
Affected version:
Description
Example:
Screen Open 0,640,200,8,Hires
Print "Test Free"
Print "Free: ",Free
Print "Fast: ",Fast Free
Print "Chip: ",Chip Free
Updated by Brian Flanagan over 4 years ago
- Affected version changed from 0.9.5.1 to 0.9.6
Changed affected version from 0.9.5.1 to 0.9.6. Problem still exists.
Updated by Brian Flanagan over 4 years ago
- Affected version changed from 0.9.6 to 0.9.8.1
Re-tested in 0.9.8.1. Now it's worse.
Now, Fast Free produces a syntax error.
Free and Chip Free still return 0.
Updated by Brian Flanagan about 4 years ago
- Priority changed from Normal to Low
- Estimated time set to 2:00 h
- Affected version changed from 0.9.8.1 to Beta RC2
We may be able to implement this using:
performance.memory.jsHeapSizeLimit
and
performance.memory.usedJSHeapSize
NOTE: These are available in most browsers, with the exceptions of Firefox, Seamonkey, and Safari.
Actions