Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dvm-limit.c50 static void (*warn_function) (); variable
71 if (warn_function) in check_memory_limits()
78 (*warn_function) ("Warning: past 75% of memory limit"); in check_memory_limits()
86 (*warn_function) ("Warning: past 85% of memory limit"); in check_memory_limits()
94 (*warn_function) ("Warning: past 95% of memory limit"); in check_memory_limits()
99 (*warn_function) ("Warning: past acceptable memory limits"); in check_memory_limits()
117 (*warn_function) ("Warning: memory in use exceeds lisp pointer size"); in check_memory_limits()
135 warn_function = warnfun;