Hello,
I noticed that there is a "oneway-malloc" module in RIOT OS. It appears to
be a thin wrapper around sbrk that only supports allocating memory, not
freeing it.

I am doing some development using RIOT OS, and dynamic memory allocation
would be useful to me. Is there already a module that implements dynamic
memory allocation suitable for general-purpose use in the kernel and in
user programs?

If such a module does not already exist, I am willing to contribute a
lightweight implementation of malloc, realloc, calloc, and free to replace
the oneway-malloc module.

Sam Kumar
_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel

Reply via email to