Difference between revisions of "Memory Management Presentations"

From eLinux.org
Jump to: navigation, search
(Allocators for Compressed Pages: In-depth Comparison with z3fold in Focus [ELCE 2017])
(Introduction to Memory Management in Linux [ELCE 2016])
Line 26: Line 26:
  
 
* [https://elinux.org/images/b/b0/Introduction_to_Memory_Management_in_Linux.pdf PDF] | [https://youtu.be/7aONIVSXiJ8?list=PLbzoR-pLrL6pRFP6SOywVJWdEHlmQE51q VIDEO]
 
* [https://elinux.org/images/b/b0/Introduction_to_Memory_Management_in_Linux.pdf PDF] | [https://youtu.be/7aONIVSXiJ8?list=PLbzoR-pLrL6pRFP6SOywVJWdEHlmQE51q VIDEO]
 +
 +
== A Simple Method to Detect Memory Leaks and Buffer Overruns [ELCE 2010]  ==
 +
'''Presenter: '''Ravi Sankar Guntur <br>
 +
'''Summary:'''
 +
This presentation discusses about methods to detect <br>
 +
memory leaks and buffer overrun.
 +
* [https://elinux.org/images/d/d5/SafeMem-ELC-E-2010.pdf PDF]

Revision as of 22:21, 18 October 2020

Introduction to HyperBus Memory Devices [ELCE 2019]

Presenter: Vignesh Raghavendra, Texas Instruments
Summary: This presentation talks about the HyperBus framework
and how it supports HyperBus memory devices like HyperFlash.
The presentation introduces HyperBus protocol, CFI specification,
HyperFlash and their kernel framework.

Allocators for Compressed Pages: In-depth Comparison with z3fold in Focus [ELCE 2017]

Presenter: Vitaly Wool, Consultant
Summary: This talk discuss about the performance and compression ratio
comparisons for the allocators, z3fold streamlining work, such as
evaluating lock-less lists (lllists), wider use of atomic operations.

Introduction to Memory Management in Linux [ELCE 2016]

Presenter: Matt Porter, Konsulko
Summary: This presentation will describe the different types of virtual memory
spaces and mappings used in the Linux kernel, the cases in which they
are useful and how they are implemented in the kernel.

A Simple Method to Detect Memory Leaks and Buffer Overruns [ELCE 2010]

Presenter: Ravi Sankar Guntur
Summary: This presentation discusses about methods to detect
memory leaks and buffer overrun.