Searched refs:howmuch (Results 1 – 2 of 2) sorted by relevance
31 xmalloc(size_t howmuch) in xmalloc() argument33 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() argument42 void *p = realloc(ptr, howmuch); in xrealloc()44 die("Unable to allocate %d bytes of memory", (int) howmuch); in xrealloc()
40 void *xmalloc(size_t howmuch);41 void *xrealloc(void *ptr, size_t howmuch);