mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
When malloc() fails, there is not much userspace programs can do. xmalloc() is useful to bail out on a memory allocation failure. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>