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