Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.h30 FRR_IGNORE, /* optional function */ enumerator
H A Dproxy.cpp628 { "_expand", (FUNCPTR)safer_expand, FRR_IGNORE },
643 { "??2@YAPAXIABUnothrow_t@std@@@Z", (FUNCPTR)operator_new_t, FRR_IGNORE },
644 { "??_U@YAPAXIABUnothrow_t@std@@@Z", (FUNCPTR)operator_new_arr_t, FRR_IGNORE }
699 if (res == FRR_OK || res == FRR_NODLL || (res == FRR_NOFUNC && on_error == FRR_IGNORE)) in ReplaceFunctionWithStore()