]> git.cworth.org Git - fips/commit
Add xmalloc function
authorCarl Worth <cworth@cworth.org>
Tue, 22 Oct 2013 17:26:22 +0000 (10:26 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 22 Oct 2013 17:57:32 +0000 (10:57 -0700)
commitda0ee5e7efab316635f59d212028844f848fa6ce
tree77f5c6466a375137d942fe10d239d60aa5259734
parent7980e4108be1dff9b074aa91b97c8d787df41d83
Add xmalloc function

To simplify the code by abstracting away repeated checks for malloc
failure and exit.
Makefile.local
execute.c
metrics.c
xmalloc.c [new file with mode: 0644]
xmalloc.h [new file with mode: 0644]