Commit 39c84a3
authored
Fix corner-case accounting bug in new codeheap allocation (dotnet#107492)
The size of internal CodeHeap structures was not included in
codeheap memory reservation. It caused false OOM exception to
be thrown when JITed method code size was near 64kB multiple1 parent 10f6c4c commit 39c84a3
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2376 | 2376 | | |
2377 | 2377 | | |
2378 | 2378 | | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
| 2386 | + | |
| 2387 | + | |
| 2388 | + | |
2379 | 2389 | | |
2380 | 2390 | | |
2381 | 2391 | | |
| |||
0 commit comments