Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Garbage Collection Algorithms
Memory management
Allocation types (5:06)
Manual memory management (3:55)
Object header (3:19)
Virtual memory and Memory layout (8:57)
Mutator, Allocator, Collector (4:35)
Allocators: Free-list vs. Sequential (8:56)
Semantic vs. Syntactic garbage (4:42)
Garbage Collectors
Tracing vs. Direct collectors (6:09)
Mark-Sweep collector (7:41)
Mark-Compact collector (10:16)
Copying collector (11:01)
Reference counting collector (9:46)
Advanced topics
Generational collector (8:37)
Mark-Region GC: Immix collector (12:58)
Parallel, Incremental, Concurrent GC (7:21)
Tri-color abstraction (7:31)
GC barriers (12:12)
Extras
Java: G1 Garbage Collector (19:00)
Manual memory management
Memory leaks: forget to deallocate
Dangling pointers: deallocate too early
Human factor in memory management
Complete and Continue
Discussion
0
comments
Load more
0 comments