Lines Matching full:bytes
15 * Low cost: e.g. it needs only 41K bytes RAM for 64MB NAND flash (page size 2048).
47 Example 1: 128M bytes NAND, 8192 blocks, total memory cost:
48 (16 * 8192)128K + 5.4K + 4.6K = 138K bytes.
50 Example 2: 32M Bytes NAND, 2048 blocks, total memory cost:
51 (16 * 2048)32K + 5.4K + 4.6K = 42K bytes.
53 Example 3: 16M bytes NAND, 1024 blocks, total memory cost:
54 (16 * 1024)16K + 5.4K + 4.6K = 26K bytes.
61 Example 1: 512M bytes NAND, 8192 blocks, total memory cost:
62 (16 * 8192)128K + 20.4K + 4.6K = 153K bytes.
64 Example 2: 128M Bytes NAND, 2048 blocks, total memory cost:
65 (16 * 2048)32K + 20.4K + 4.6K = 57K bytes.
67 Example 3: 64M bytes NAND, 1024 blocks, total memory cost:
68 (16 * 1024)16K + 20.4K + 4.6K = 41K bytes.