Commit 7ca67b1
Fix alloc_pages() size claim in Lazy CMA blog post
The system heap actually uses order-8 (1MB) max allocations, not
MAX_ORDER (4-8MB) as previously stated.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3aafc8a commit 7ca67b1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments