linux - Memory usage of processes -


asked question in operating systems class , after hours of searching, cannot seem come proper answer:

"assume have 3 processes running on computer. how many text, heap, , stack segments there , contain"

we doing of our work in 64-bit linux environment.

thank you!


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -