mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-12-29 20:51:10 +00:00
15 lines
346 B
YAML
15 lines
346 B
YAML
crate: esp-alloc
|
|
|
|
options:
|
|
- name: heap_algorithm
|
|
description: "The heap algorithm to use. TLSF offers higher performance
|
|
and bounded allocation time, but uses more memory."
|
|
default:
|
|
- value: '"LLFF"'
|
|
constraints:
|
|
- type:
|
|
validator: enumeration
|
|
value:
|
|
- "LLFF"
|
|
- "TLSF"
|