public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH] ALSA: Remove subsystem-specific malloc (0/8)
@ 2004-06-08 21:24 Pekka J Enberg
  2004-06-09  6:20 ` Arjan van de Ven
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pekka J Enberg @ 2004-06-08 21:24 UTC (permalink / raw)
  To: linux-kernel, tiwai

This patch introduces a kcalloc() and replaces ALSA magic allocator
snd_kcalloc() and snd_magic_kcalloc() with it.  I also fixed a memory
leak in the arm sa11xx driver and added a BUG() in seq_oss_synth to
catch failing allocations.

I kept the snd_magic_cast macro in place just in case someone wants to
add a generic type checking facility in the kernel and convert the users
to use it.

The patch is against 2.6.6 and was compile-tested with allyesconfig.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-09  9:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-08 21:24 [RFC][PATCH] ALSA: Remove subsystem-specific malloc (0/8) Pekka J Enberg
2004-06-09  6:20 ` Arjan van de Ven
2004-06-09  7:08 ` Jaroslav Kysela
2004-06-09  8:57 ` Takashi Iwai
2004-06-09  9:03   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox