]> git.sesse.net Git - vlc/commit
xmalloc, xrealloc: traditional functions to allocate memory
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 6 Dec 2009 08:46:29 +0000 (10:46 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 6 Dec 2009 08:48:43 +0000 (10:48 +0200)
commit95a993e5f486beda44c05e5fabf72a2c4bfb3bee
treec70c994141700b890fbfd0afc6fefd6b6e496b56
parent827b111356e910800788245bb1a2a22017fea857
xmalloc, xrealloc: traditional functions to allocate memory

Those functions automatically abort if allocation fails (which is not
quite the same as calling assert()). Avoid these functions in new code.
include/vlc_common.h