Lines Matching refs:FUNCPTR
475 (FUNCPTR)__TBB_malloc_safer_##function_name##_##CRT_VER##dbgsuffix, \
476 known_bytecodes, (FUNCPTR*)&orig_##function_name##_##CRT_VER##dbgsuffix );
480 (FUNCPTR)__TBB_malloc_safer_##function_name##_##CRT_VER##dbgsuffix, 0, nullptr );
484 (FUNCPTR)__TBB_malloc_safer_##dest_func##_##CRT_VER##dbgsuffix, 0, nullptr );
620 FUNCPTR _fptr;
625 { "malloc", (FUNCPTR)scalable_malloc, FRR_FAIL },
626 { "calloc", (FUNCPTR)scalable_calloc, FRR_FAIL },
627 { "_aligned_malloc", (FUNCPTR)safer_aligned_malloc, FRR_FAIL },
628 { "_expand", (FUNCPTR)safer_expand, FRR_IGNORE },
633 { "??2@YAPEAX_K@Z", (FUNCPTR)operator_new, FRR_FAIL },
634 { "??_U@YAPEAX_K@Z", (FUNCPTR)operator_new_arr, FRR_FAIL },
635 { "??3@YAXPEAX@Z", (FUNCPTR)operator_delete, FRR_FAIL },
636 { "??_V@YAXPEAX@Z", (FUNCPTR)operator_delete_arr, FRR_FAIL },
638 { "??2@YAPAXI@Z", (FUNCPTR)operator_new, FRR_FAIL },
639 { "??_U@YAPAXI@Z", (FUNCPTR)operator_new_arr, FRR_FAIL },
640 { "??3@YAXPAX@Z", (FUNCPTR)operator_delete, FRR_FAIL },
641 { "??_V@YAXPAX@Z", (FUNCPTR)operator_delete_arr, FRR_FAIL },
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 }
695 …const unicode_char_t *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCP… in ReplaceFunctionWithStore()
740 …ceFunctionWithStore( "ucrtbase.dll", "_o_free", (FUNCPTR)__TBB_malloc__o_free, known_bytecodes, (F… in doMallocReplacement()
744 …nctionWithStore("ucrtbase.dll", "_free_base", (FUNCPTR)__TBB_malloc__free_base, known_bytecodes, (… in doMallocReplacement()