Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/tst/testspecial/64bit/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 437 B image not shown  

Quelle  low-mem-plist-1.g.out   Sprache: unbekannt

 
gap> l := [];
[  ]
gap> l[2^50] := 1;
Error, Cannot allocate 9007199254741000 bytes: cannot extend the workspace any more!!!!
not in any function at *stdin*:3
type 'quit;' to quit to outer loop
brk> quit;
gap> l[2^50] := 2;
Error, Cannot allocate 9007199254741000 bytes: cannot extend the workspace any more!!!!
not in any function at *stdin*:3
type 'quit;' to quit to outer loop
brk> quit;
gap> l[3] := 3;
3
gap> l;
[ ,, 3 ]
gap> quit;

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]