1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 12:33:49 +01:00
Gunar Schorcht f52162bcb0 cpu/atmega_common: wrappers to avoid preemtion
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.
2019-08-12 23:22:23 +02:00
..
2019-08-06 19:43:54 +02:00
2018-06-11 19:12:02 +02:00
2019-08-03 14:50:58 +02:00
2019-08-06 19:43:54 +02:00
2017-01-20 13:36:26 +01:00