A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
1
Task/Memory-allocation/ALGOL-68/memory-allocation-1.alg
Normal file
1
Task/Memory-allocation/ALGOL-68/memory-allocation-1.alg
Normal file
|
|
@ -0,0 +1 @@
|
|||
MODE MYSTRUCT = STRUCT(INT i, j, k, REAL r, COMPL c);
|
||||
1
Task/Memory-allocation/ALGOL-68/memory-allocation-2.alg
Normal file
1
Task/Memory-allocation/ALGOL-68/memory-allocation-2.alg
Normal file
|
|
@ -0,0 +1 @@
|
|||
REF MYSTRUCT l = LOC MYSTRUCT;
|
||||
1
Task/Memory-allocation/ALGOL-68/memory-allocation-3.alg
Normal file
1
Task/Memory-allocation/ALGOL-68/memory-allocation-3.alg
Normal file
|
|
@ -0,0 +1 @@
|
|||
REF MYSTRUCT h = HEAP MYSTRUCT;
|
||||
3
Task/Memory-allocation/ALGOL-68/memory-allocation-4.alg
Normal file
3
Task/Memory-allocation/ALGOL-68/memory-allocation-4.alg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[666]MYSTRUCT pool;
|
||||
INT new pool := LWB pool-1;
|
||||
REF MYSTRUCT p = pool[new pool +:=1];
|
||||
1
Task/Memory-allocation/ALGOL-68/memory-allocation-5.alg
Normal file
1
Task/Memory-allocation/ALGOL-68/memory-allocation-5.alg
Normal file
|
|
@ -0,0 +1 @@
|
|||
MYSTRUCT i;
|
||||
Loading…
Add table
Add a link
Reference in a new issue