]> git.tuebingen.mpg.de Git - paraslash.git/commit
string: Rename para_malloc() -> alloc().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 26 Oct 2021 18:22:49 +0000 (20:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Jul 2022 17:22:09 +0000 (19:22 +0200)
commit610cb53b94af8e95326cd44b7845f35cffdb6bf3
treebc2672cc8e442382c14b7ab01ee34a1e3a606132
parent89e0813c310816e05d22c0bfab7b1be07b3fc841
string: Rename para_malloc() -> alloc().

Just because it's shorter and matches the naming of the new allocators
we are about to introduce. The bulk of this patch was created with

sed -i 's/para_malloc/alloc/g' *.c *.h yy/mp.y
61 files changed:
aac_afh.c
aacdec_filter.c
acl.c
afh_recv.c
afs.c
aft.c
amp_filter.c
ao_write.c
audioc.c
audiod.c
base64.c
blob.c
buffer_tree.c
chunk_queue.c
client.c
client_common.c
close_on_fork.c
command.c
compress_filter.c
crypt_common.c
dccp_recv.c
fd.c
fec.c
fecdec_filter.c
filter.c
flacdec_filter.c
gcrypt.c
gui.c
http_send.c
imdct.c
interactive.c
mp.c
mp3_afh.c
mp3dec_filter.c
net.c
ogg_afh_common.c
oggdec_filter.c
openssl.c
opus_afh.c
opusdec_filter.c
oss_mix.c
play.c
recv_common.c
resample_filter.c
sched.c
score.c
send_common.c
server.c
sideband.c
spx_afh.c
spxdec_filter.c
string.c
string.h
sync_filter.c
user_list.c
vss.c
wav_filter.c
wma_afh.c
wmadec_filter.c
write_common.c
yy/mp.y