tlsf icon indicating copy to clipboard operation
tlsf copied to clipboard

Let the user set ANCHOR location

Open PTaylor-us opened this issue 5 years ago • 0 comments

There is typically a section in the linker file specifying the heap. Currently, it appears the ANCHOR is just somewhere in .bss. I would expect tlsf (if used as the global allocator) to use the heap start address from the linker file (via something like cortex_m_rt::heap_start().

PTaylor-us avatar Aug 08 '20 23:08 PTaylor-us