summaryrefslogtreecommitdiff
path: root/shared/xalloc.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
2016-07-11Remove a wrong closing “extern "C"” in shared/xalloc.cEmmanuel Gil Peyrot1-5/+0
Signed-off-by: Emmanuel Gil Peyrot <emmanuel.peyrot@collabora.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-0/+54
Direct fail_on_null calls now produce output like: [weston-info] clients/weston-info.c:714: out of memory xmalloc, et al produce output on failure like: [weston-info] out of memory (-1) Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>