Skip to content

Commit

Permalink
Disable HeapSize debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Dec 13, 2024
1 parent 3d0bb88 commit cb58f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ LPVOID WINAPI Utils::kernel_VirtualAlloc(LPVOID lpAddress, SIZE_T dwSize, DWORD

SIZE_T WINAPI Utils::kernel_HeapSize(HANDLE hHeap, DWORD dwFlags, LPCVOID lpMem)
{
Logging::LogDebug() << __FUNCTION__ " " << " hHeap: " << hHeap << " dwFlags: " << Logging::hex(dwFlags) << " lpMem: " << lpMem;
//Logging::LogDebug() << __FUNCTION__ " " << " hHeap: " << hHeap << " dwFlags: " << Logging::hex(dwFlags) << " lpMem: " << lpMem;

DEFINE_STATIC_PROC_ADDRESS(HeapSizeProc, HeapSize, HeapSize_out);

Expand Down

0 comments on commit cb58f22

Please sign in to comment.