Commit dff0474
committed
Fix non-critical bug in small_free_memory_list::find_chunk()
It didn't actually search into both directions as advertised.
This has no significant impact on the profiling results but should be fixed anyways.1 parent 6c09f59 commit dff0474
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| |||
0 commit comments