Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dmalloc_wrapper.c27 int nghttp2_failmalloc = 0; variable
34 if (nghttp2_failmalloc && nghttp2_nmalloc >= nghttp2_failstart) { \
76 failmalloc_bk = nghttp2_failmalloc; in nghttp2_failmalloc_pause()
78 nghttp2_failmalloc = 0; in nghttp2_failmalloc_pause()
83 nghttp2_failmalloc = failmalloc_bk; in nghttp2_failmalloc_unpause()
Dmalloc_wrapper.h39 extern int nghttp2_failmalloc;
Dfailmalloc_test.c111 nghttp2_failmalloc = 0; \
116 nghttp2_failmalloc = 1; \
124 nghttp2_failmalloc = 0; \