Home
last modified time | relevance | path

Searched refs:die_out_of_memory (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dxmalloc.c40 die_out_of_memory(void) in die_out_of_memory() function
57 die_out_of_memory(); in xmalloc()
68 die_out_of_memory(); in xcalloc()
82 die_out_of_memory(); in xreallocarray()
87 die_out_of_memory(); in xreallocarray()
107 die_out_of_memory(); in xgrowarray()
123 die_out_of_memory(); in xstrdup()
143 die_out_of_memory(); in xstrndup()
DChangeLog15117 Unexport die_out_of_memory.
15121 * defs.h (die_out_of_memory): Remove prototype.
15123 of die_out_of_memory.
15125 * xmalloc.c (die_out_of_memory): Add static qualifier.
38405 * strace.c (die_out_of_memory): Move to xmalloc.c.
38619 die_out_of_memory, printllval, printnum_int, printnum_long, tprintf):
50211 * defs.h: Declare die_out_of_memory().
50212 * strace.c (die_out_of_memory): New function.
50213 (strace_popen): If allocation fails, call die_out_of_memory().
/external/libunwind/tests/
Dtest-coredump-unwind.c197 void die_out_of_memory(void) in die_out_of_memory() function