Home
last modified time | relevance | path

Searched refs:FreeFunctionPtr (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Drtlallocateheap_flags_fallback.cpp12 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef
27 auto RtlFreeHeap_ptr = (FreeFunctionPtr)GetProcAddress(NtDllHandle, "RtlFreeHeap"); in main()
H A Drtlallocateheap_dll_unload_double_free.cpp15 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef
32 (FreeFunctionPtr)GetProcAddress(NtDllHandle, "RtlFreeHeap"); in main()
H A Drtlallocateheap_dll_unload_realloc.cpp15 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef
33 (FreeFunctionPtr)GetProcAddress(NtDllHandle, "RtlFreeHeap"); in main()
H A Drtlallocateheap.cpp10 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef
H A Drtlallocateheap_zero.cpp12 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef
H A Dheapalloc_rtl_transfer.cpp13 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID); typedef