about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/keyboard.h
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-13 22:21:26 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-13 22:21:26 -0700
commit5e0ae917d07740b9a06f3255591245acfcd9389e (patch)
treec3ce38ac880ec529863c11a7663be607e27571d5 /tools/iso/kernel.soso/keyboard.h
parent4cb4d4d2d8002705c966ae7bed0b7332f4e21978 (diff)
downloadmu-5e0ae917d07740b9a06f3255591245acfcd9389e.tar.gz
6645 - heap allocations in Mu
- allocate var
- populate var, n

Both rely on the type of `var` to compute the size of the allocation. No
need to repeat the name of the type like in C, C++ or Java.
Diffstat (limited to 'tools/iso/kernel.soso/keyboard.h')
0 files changed, 0 insertions, 0 deletions
^
a48b9fce ^
373f47c7 ^

7f98e013 ^
373f47c7 ^



d9f5a2bd ^
373f47c7 ^
6303e0e2 ^






7f98e013 ^
6303e0e2 ^

7f98e013 ^
6303e0e2 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59