- 2146359188E16E7186846AE0B1026DC41BB7EC2C58FCE67D3F02F99BDB851F9325483084B55FFD5BCB4B0D36C08799BF3198BAAEDF7595B6E0EE85A042806446
+ BB116548D11FB1B72BD214FDCBC29BDC260A10783555ACB33972F9FEA19332DA586048E72AED60CF809DAB53DACB8D037E12A9DE28709E8F1C67ACA1E9B9E3DE
vtools/lib/xalloc.h
(10 . 7)(10 . 7)
17 gnulib's xalloc-die module. This is the function to call when one
18 wants the program to die because of a memory allocation
19 failure. */
20 extern _Noreturn void xalloc_die(void);
21 extern void xalloc_die(void) __attribute__((noreturn));
22
23 void *xmalloc(size_t s);
24 void *xzalloc(size_t s);