Mark Poliakov
Mark Poliakov
I may rework some code so I'll add support for up to 48-bit integers: then bottom bus will be lower 16 bits, right bus - middle 16 bits, etc. I...
Okay, now correcting mistakes you've mentioned.
Alright, but I'm very bad at GUI coding. I'll try, though.
Well, no luck with GUI. My text just doesn't get rendered. Still trying... I've added something like half-long (48bit) integer, top bus - first 16 bits, left bus - middle...
Well, then I'll have something like this on my displays: (Assuming all 32 bits are ON) 65535 65535 (doesn't look like truth) This should look like: 4294967295 (maximum value of...
Maybe some changes can be made to seg. display GUI to allow specifying one side for higher half and another for lower half bytes.
 Alright, now got unsigned int to work (as you can see: top bus - lower 16 bits, right bus - upper 16 bits). I've achieved this by...
I'm not fully sure, but it seems that null names just represent the root scope path
The problem seems to be caused by a quirk in an real device (Thinkpad E14 Gen2 SSDT3) AML and is not a part of any actual SuperName, decompiled AML shows...
Here is a flamegraph of my attempts at profiling the memory leak, I clipped it to the frame which seems to be "leaking" memory: 