Home
last modified time | relevance | path

Searched refs:saved_malloc (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_pcre.c34 void *saved_malloc, *saved_free; in nxt_regex_compile() local
53 saved_malloc = pcre_malloc; in nxt_regex_compile()
76 pcre_malloc = saved_malloc; in nxt_regex_compile()