TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TLSF: Memory allocator for real time embedded systems

2 pointsby RossBencinaover 6 years ago

1 comment

nuclxover 6 years ago
That&#x27;s interesting. Are there many instances where you would prefer malloc during real-time processing compared to pre-allocated arrays? I used FreeRTOS&#x27; heap_4.c [0] to run malloc-based test code on systems without native malloc, but I wouldn&#x27;t consider using it post-initialization [and only used it in test code], so I didn&#x27;t really care about performance.<p>[0] <a href="https:&#x2F;&#x2F;www.freertos.org&#x2F;a00111.html" rel="nofollow">https:&#x2F;&#x2F;www.freertos.org&#x2F;a00111.html</a>