1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00
Gunar Schorcht 4bfd549301 sys/new_delete: add malloc/free based new/delete implementation
On some platforms `libstdc++` is not used or not available, like on the AVR. Such platforms can use this module to implement the C++ `new` and `delete` operators using `malloc` and `free` respectively. However, to be thread-safe, a thread-safe implementation of `malloc` and `free` must be present.
2022-01-03 23:35:35 +01:00
..
2021-02-22 14:54:14 +01:00
2021-02-22 14:54:14 +01:00
2020-11-12 22:50:53 +01:00
2021-08-13 19:50:38 +02:00
2021-02-22 14:54:14 +01:00
2020-11-18 18:38:44 +01:00
2020-11-06 15:57:52 +01:00
2021-08-13 19:50:38 +02:00
2021-02-22 14:54:14 +01:00
2021-11-13 20:32:02 +01:00
2021-01-18 14:14:13 +01:00
2021-12-07 11:32:16 +01:00
2021-01-21 11:22:32 +01:00
2021-12-07 13:00:58 +01:00
2021-12-10 18:54:29 +01:00
2021-01-26 17:40:30 +01:00
2021-02-22 14:54:14 +01:00
2020-11-25 12:00:13 +01:00
2021-12-07 16:31:15 +01:00
2021-11-11 19:59:26 +01:00
2021-11-19 09:54:17 +01:00
2021-02-22 14:54:15 +01:00
2021-08-13 19:50:38 +02:00
2021-02-22 14:54:15 +01:00
2021-12-04 12:03:14 +01:00
2021-11-24 17:54:44 +01:00
2021-08-04 14:01:28 +02:00
2021-12-03 10:12:39 +01:00
2021-11-29 10:30:49 +01:00
2021-10-01 11:26:15 +02:00
2021-10-01 11:26:15 +02:00
2021-12-08 10:39:55 +01:00
2021-09-02 23:12:31 +02:00