Windows error 0xC0000044, -1073741756

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code68 (0x0044)

Questions

1vote
1answer

How do I see what is allocated in my paged pool memory?

Here is a sample output of the !vm command in the kernel debugger of windbg.exe: *** Virtual Memory Usage *** Physical Memory: 259676 ( 1038704 Kb) Page File: \??\C:\pagefile.sys Current: 1558056 Kb Free Space: 1206384 Kb Minimum: 1558056 Kb Maximum: 3116112 Kb Available Pages: 92541 ( 370164 Kb) ResAvail Pages: [...] read more
windows
memory
memory-leak
low-memory

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0