freertos-addons
freertos-addons copied to clipboard
Plain malloc - why there is no RTOS thread safe memory allocation?
Hi,
Thats actually might be not an issue. I want to ask why there is malloc instead of pvPortMalloc?
I found it here:
https://github.com/michaelbecker/freertos-addons/blob/e497a1625a30e42935149a4b4b52c60545aaf598/c/Source/read_write_lock.c#L202
regards Kamil