linux-prog
linux-prog copied to clipboard
Some C code i write to study systems programming (while reading The Linux Programming Interface)
Results
1
linux-prog issues
Sort by
recently updated
recently updated
newest added
Hello Andre, Excellent article, which really prompted me to dive much deeper to Linux implementation than I never intended: https://medium.com/@andrestc/implementing-malloc-and-free-ba7e7704a473 I always naively thought that malloc() is actually a system...