Completed
Internals: Summary
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Windows 10 Segment Heap Internals
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Agenda: Windows 10 Segment Heap
- 3 Architecture
- 4 Configuration
- 5 Edge Content Process Heaps
- 6 Backend Page Range Descriptors Example
- 7 Backend Free Tree
- 8 Variable Size (VS) Allocation
- 9 VS Subsegment
- 10 VS Block Header
- 11 VS Free Tree
- 12 VS Allocation and Freeing
- 13 Low Fragmentation Heap (LFH)
- 14 LFH Buckets
- 15 LFH Affinity Slots
- 16 LFH Block Bitmap
- 17 LFH Allocation and Freeing
- 18 Internals: Summary
- 19 Heap Address Randomization
- 20 Guard Pages
- 21 Function Pointer Encoding
- 22 VS Block Sizes Encoding
- 23 LFH Allocation Randomization
- 24 WinRT PDF: PostScript Operand Stack
- 25 Free Blocks Coalescing
- 26 Case Study: Summary
- 27 Conclusion