Anatomy of a Program in Memory (2009)
manybutfinite.com
Anatomy of a Program in Memory (2009)
1–10 of 28 posts
Re: Anatomy of a Program in Memory (2009)
#2Re: Anatomy of a Program in Memory (2009)
#3The title needs 2009 in it, since this article is from that year.
Re: Anatomy of a Program in Memory (2009)
#4(or click "past" under the title, also helpful to check when you submit a link)
Re: Anatomy of a Program in Memory (2009)
#5Re: Anatomy of a Program in Memory (2009)
#6>It is also possible to create an anonymous memory mapping that does not correspond to any files, being used instead for program data."
This isn't strictly true though is it? It was my understanding even mmap() MAP_ANONYMOUS used a file interface, and that the way the kernel creates anonymous maps is by creating an instance of /dev/zero in tmpfs. Although I believe the file descriptor might be ignored however.
Re: Anatomy of a Program in Memory (2009)
#7The title needs 2009 in it, since this article is from that year.
Re: Anatomy of a Program in Memory (2009)
#8The title needs 2009 in it, since this article is from that year.
Re: Anatomy of a Program in Memory (2009)
#9That's right there together with the city states of Greece and other ancient memories. Meltdown and Specter happened.
Re: Anatomy of a Program in Memory (2009)
#10>> In Linux, kernel space is constantly present and maps the same physical memory in all processes. That's right there together with the city states of Greece and other ancient memories. Meltdown and Specter happened.