mbed-os/storage
Lingkai Dong 7ef9e6175f HeapBlockDevice: allocate with std::nothrow
Mbed OS does not enable C++ exceptions, so we should call `new` with
`std::nothrow` which returns a C-style NULL pointer when allocation
fails to allow error handling.

For consistency of style within the same file, this commit also
replaces `malloc()` and `free()` to `new (std::nothrow)` and `delete`.
2021-04-14 17:00:17 +01:00
..
blockdevice HeapBlockDevice: allocate with std::nothrow 2021-04-14 17:00:17 +01:00
docs BlockDevice design doc: TDBStore no longer requires flash simulation 2020-12-11 14:56:40 +00:00
filesystem CMake: rename greentea test macro 2021-02-02 07:43:40 -08:00
kvstore Remove: ARM_MUSCA_A1 support 2021-02-25 14:02:56 +00:00
platform CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
CMakeLists.txt CMake: Add support for OSPIF blockdevice 2020-12-21 13:04:12 +00:00