mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-01 11:00:04 -04:00
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((\w+) \*\)mem_malloc\((\S+) \* sizeof\(\1\)\)}{mem_rmalloc<$1 *>($2)}'
```
19 KiB
19 KiB