Kernel Meetup July - 2017
From reserved-bit ideas wiki
Event details
Kernel meetup for the month of July.
- Date: 16-Jul-2017
- Time: 11:00 - 13:00
- Location: reserved-bit, 337, Amanora Chambers, Above Amanora Mall, Hadapsar, Pune - 411028
- Meetup Page: https://www.meetup.com/reserved-bit/events/241166332/
Agenda
- Siddhesh will describe the internal implementation of the malloc family of functions in glibc
- Pankaj will give an overview of the various locking mechanisms in the kernel
Blog Posts
If you have written about this meetup then please add a link to your blog entry here.
Resources for the malloc session:
- The malloc internals write-up on Sourceware wiki
- Siddhesh's old blog post about malloc per-thread arenas
- Understanding malloc behaviour using systemtap probes along with example usage
- User documentation on glibc malloc
- Probably among the best descriptions of malloc internals, arguably easier to read than the sourceware malloc internals post