alsa-lib/src/alisp
Takashi Sakamoto 33e946fdd3 alisp: remove alloca() from FA_pcm_info()
Both of alloca() and automatic variables keeps storages on stack, while
the former generates more instructions than the latter. It's better to use
the latter if the size of storage is computable at pre-compile or compile
time; i.e. just for structures.

This commit obsolete usages of alloca() with automatic variables.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-07-14 16:33:53 +02:00
..
alisp.c minor malloc changes 2013-12-13 09:43:51 +01:00
alisp_local.h Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:24:55 +02:00
alisp_snd.c alisp: remove alloca() from FA_pcm_info() 2016-07-14 16:33:53 +02:00
Makefile.am autotools: update style 2014-02-26 08:16:22 +01:00