Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 2: Memory and Process Management, Part 1, 1.Registers and Caches,…
-
-
-
Memory allocation
=process of assigning blocks of memory on request
=allocator receives memory from OS in a small number of large blocks and must divide up to satisfy the requests for smaller blocks
=must make any returned blocks available for reuse
The memory technology and storage organization at each level are characterized by five parameters:
1.Access time: the round trip time from the CPU to the memory.
2.Memory size: the number of bytes or words.
3.Cost per byte: cost of the memory estimated by the product.
4.Transfer bandwidth: rate at which information is transferred between adjacent levels.
5.Unit of transfer: size for data transfer
-
-
-