esp-alloc 0.11.0

A heap allocator for Espressif devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"