esp-idf/components/heap/linker.lf

9 lines
206 B
Plaintext
Raw Normal View History

[mapping:heap]
archive: libheap.a
entries:
if HEAP_TLSF_USE_ROM_IMPL = n:
heap_tlsf (noflash)
multi_heap (noflash)
2021-01-13 07:05:57 -05:00
if HEAP_POISONING_DISABLED = n:
multi_heap_poisoning (noflash)