mbed-os/rtos
Russ Butler 88f879d0f8 Prevent underflow in heap size calculation
If the free memory on a device is small enough then the calculation to
determine heap size could underflow to a large value. If this happens
then malloc will never return failure and instead will cause a crash on
allocation. This patch prevents the underflow so malloc works as
expected even with low amounts of free memory.
2017-03-06 17:15:51 -06:00
..
rtx Prevent underflow in heap size calculation 2017-03-06 17:15:51 -06:00
Mail.h
MemoryPool.h
Mutex.cpp
Mutex.h
Queue.h
RtosTimer.cpp
RtosTimer.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
Semaphore.cpp
Semaphore.h
Thread.cpp
Thread.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_lib.json
rtos.h
rtos_idle.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
rtos_idle.h