Searched refs:oom_error (Results 1 – 10 of 10) sorted by relevance
25 oom_error (const char *function, size_t size) in oom_error() function
28 oom_error ("strdup", strlen (s)); in xstrdup()
32 oom_error ("malloc", n); in xmalloc()
28 oom_error ("strndup", length); in xstrndup()
32 oom_error ("calloc", n * s); in xcalloc()
30 oom_error ("realloc", n); in xrealloc()
32 oom_error ("posix_memalign", n); in xposix_memalign()
40 oom_error (__func__, size); in support_shared_allocate()
53 void oom_error (const char *function, size_t size)
37 oom_error \
Completed in 17 milliseconds