xmalloc: include size in the failure message
commit8bd9fd50014424643bddfde51423d42e0fc60800
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Fri, 20 Aug 2010 15:09:51 +0000 (20 17:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Aug 2010 16:27:38 +0000 (20 09:27 -0700)
tree4cc964ddad37e45e53aac7a69e012bb5d22fb5d3
parent8c67c392e1620fc3b749aa9e0b8da13bd84226f8
xmalloc: include size in the failure message

Out-of-memory errors can either be actual lack of memory, or bugs (like
code trying to call xmalloc(-1) by mistake). A little more information
may help tracking bugs reported by users.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wrapper.c