Home
last modified time | relevance | path

Searched refs:howmuch (Results 1 – 2 of 2) sorted by relevance

/pciutils/
H A Dcommon.c31 xmalloc(size_t howmuch) in xmalloc() argument
33 void *p = malloc(howmuch); in xmalloc()
35 die("Unable to allocate %d bytes of memory", (int) howmuch); in xmalloc()
40 xrealloc(void *ptr, size_t howmuch) in xrealloc() argument
42 void *p = realloc(ptr, howmuch); in xrealloc()
44 die("Unable to allocate %d bytes of memory", (int) howmuch); in xrealloc()
H A Dpciutils.h40 void *xmalloc(size_t howmuch);
41 void *xrealloc(void *ptr, size_t howmuch);