mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f52162bcb0
Memory management function like `malloc`, `calloc`, `realloc` and `free` must not be preempted when they operate on allocator structures. To avoid such a preemption, wrappers around these functions are used which simply disable all interrupts for the time of their execution. |
||
---|---|---|
.. | ||
include | ||
atmega_stdio.c | ||
Makefile | ||
posix_unistd.c |