Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
20
Task/Memory-allocation/Maxima/memory-allocation.maxima
Normal file
20
Task/Memory-allocation/Maxima/memory-allocation.maxima
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* Maxima allocates memory dynamically and uses a garbage collector.
|
||||
Here is how to check available memory */
|
||||
|
||||
room();
|
||||
3221/3221 72.3% 2 CONS RATIO COMPLEX STRUCTURE
|
||||
272/307 61.6% FIXNUM SHORT-FLOAT CHARACTER RANDOM-STATE READTABLE SPICE
|
||||
226/404 90.8% SYMBOL STREAM
|
||||
1/2 37.2% PACKAGE
|
||||
127/373 44.9% ARRAY HASH-TABLE VECTOR BIT-VECTOR PATHNAME CCLOSURE CLOSURE
|
||||
370/370 49.1% 1 STRING
|
||||
325/440 8.2% CFUN BIGNUM LONG-FLOAT
|
||||
31/115 98.9% SFUN GFUN VFUN AFUN CFDATA
|
||||
1188/1447 contiguous (478 blocks)
|
||||
11532 hole
|
||||
5242 5.0% relocatable
|
||||
4573 pages for cells
|
||||
22535 total pages
|
||||
97138 pages available
|
||||
11399 pages in heap but not gc'd + pages needed for gc marking
|
||||
131072 maximum pages
|
||||
Loading…
Add table
Add a link
Reference in a new issue