Skip to content

Commit 86f2853

Browse files
authored
Revert to LLFF as the default (#4316)
1 parent 4addcc0 commit 86f2853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

esp-alloc/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Added chip-selection features (#4023)
1313
- New default feature (`compat`) enables implementations for `malloc`, `free`, `calloc`, `realloc` and others (#3890, #4043)
14-
- `ESP_ALLOC_CONFIG_HEAP_ALGORITHM` to select the global heap algorithm (#4130)
14+
- `ESP_ALLOC_CONFIG_HEAP_ALGORITHM` to select the global heap algorithm (LLFF, TLSF) (#4130, #4316)
15+
- Added option to use TLSF as the heap allocator, implemented by the `rlsf` crate (#4130, #4316)
1516

1617
### Changed
1718

1819
- Make stats structs fields public (#3828)
19-
- The default heap allocator is now TLSF, implemented by the `rlsf` crate (#3950)
2020
- Fixed documentation to use `ram(reclaimed)` instead of a no longer valid linker_section syntax. (#4245)
2121

2222
### Fixed

esp-alloc/esp_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
description: "The heap algorithm to use. TLSF offers higher performance
66
and bounded allocation time, but uses more memory."
77
default:
8-
- value: '"TLSF"'
8+
- value: '"LLFF"'
99
constraints:
1010
- type:
1111
validator: enumeration

0 commit comments

Comments
 (0)