1. ► malloc is a system call.
2. ► TLBs check for access bits of a page.
3. ► TLB stands for Translate Buffer.
4. ► Virtual address and linear address are the same.
5. ► memfrob can be used to encrypt any data.
6. ► Various mem* functions such as memset are more efficient than those written using simple loops in "C".
7. ► Once malloc has returned a memory pointer, it is not possible to find out the size of usable memory available at that location.
8. ► Copy-on-write is implemented in the OS kernel.
9. ► Modern operating systems do not make extensive use of segmentation.
10. ► Heap and stack grow in opposite direction in a process.