Home
last modified time | relevance | path

Searched refs:UnusedBytes (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/shlr/heap/include/r_windows/
H A Dwindows_heap.h132 UINT8 UnusedBytes; member
145 UINT8 UnusedBytes; member
184 UINT8 UnusedBytes; member
202 UINT8 UnusedBytes; member
379 ULONG UnusedBytes : 1; member
399 ULONG UnusedBytes; member
545 UINT16 UnusedBytes; member
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dwindows_heap.c633 (*blocks)[*count].address = entry.VirtualAddess - entry.UnusedBytes; // This is a union in GetSegmentHeapBlocks()
640 extra->unusedBytes = entry.UnusedBytes; in GetSegmentHeapBlocks()
676 extra->unusedBytes = pageSegment.DescArray[j].UnusedBytes; in GetSegmentHeapBlocks()
681 … if (pageSegment.DescArray[j].RangeFlags & 0xF && pageSegment.DescArray[j].UnusedBytes == 0x1000) { in GetSegmentHeapBlocks()
988 …if (segment.DescArray[pageIndex].RangeFlags & 0xF && segment.DescArray[pageIndex].UnusedBytes == 0… in GetSingleSegmentBlock()
1031 WPARAM VirtualAddess = entry.VirtualAddess - entry.UnusedBytes; in GetSingleSegmentBlock()
1038 hb->dwSize = ((entry.AllocatedPages >> 12) << 12) - entry.UnusedBytes; in GetSingleSegmentBlock()
1040 extra->unusedBytes = entry.UnusedBytes; in GetSingleSegmentBlock()
1107 if (entry.UnusedBytes == 0x4) { in GetSingleBlock()
1122 if (entry.UnusedBytes & 0x80) { in GetSingleBlock()