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