Searched refs:FreeFunction (Results 1 – 4 of 4) sorted by relevance
60 int FreeFunction() { return 42; } in FreeFunction() function61 int FreeFunction(int i) {return i;} in FreeFunction() function62 int FreeFunction(int i, int) { return i; } in FreeFunction() function63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
60 FuncType* target = &FreeFunction; in test_FreeFunction()
68 FuncType* target = &FreeFunction; in test_FreeFunction()
273 using FreeFunction = BOOL(WINAPI *)(HANDLE, DWORD, LPVOID); typedef276 FreeFunction freeFunc, AllocFunction allocFunc, in SharedReAlloc()