Searched refs:FreeFunctionPtr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | rtlallocateheap_flags_fallback.cpp | 12 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef 27 auto RtlFreeHeap_ptr = (FreeFunctionPtr)GetProcAddress(NtDllHandle, "RtlFreeHeap"); in main()
|
| H A D | rtlallocateheap_dll_unload_double_free.cpp | 15 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef 32 (FreeFunctionPtr)GetProcAddress(NtDllHandle, "RtlFreeHeap"); in main()
|
| H A D | rtlallocateheap_dll_unload_realloc.cpp | 15 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef 33 (FreeFunctionPtr)GetProcAddress(NtDllHandle, "RtlFreeHeap"); in main()
|
| H A D | rtlallocateheap.cpp | 10 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef
|
| H A D | rtlallocateheap_zero.cpp | 12 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef
|
| H A D | heapalloc_rtl_transfer.cpp | 13 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef
|