Aug. 22, 2015
11:37 a.m.
I want to ask about the detailed process from malloc/alloca library function to memory management. 1. malloc/alloca/realloc and so on 2. heap management in library 3. memory management in linux kernel I only know those simple steps. How do I get the details of each step? The source code of glibc is hard to read. This makes me annoyed. - mudongliang