Files
Descent3/ddio
Jan Engelhardt bb38a4a565 mem_malloc type triviality checks (3/8)
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((\w+) \*\*\)mem_malloc\(sizeof\(\1 \*\) \* (\S+)\)}{mem_rmalloc<$1>($2)}'
```
2024-09-16 22:12:13 +02:00
..
2024-05-24 22:18:14 +03:00
2024-09-03 13:26:51 +02:00
2024-06-03 01:40:33 +03:00
2024-05-24 22:18:14 +03:00
2024-05-24 22:18:14 +03:00