zephyr/subsys/cpp
Jan Van Winkel 8a98a67bf1 cpp: Use malloc/free instead of kernel variants in new/delete
Use malloc/free instead of k_malloc/k_free in operator new/delete
implementation or use libstdc++ implementation when available.

Further updated cpp_synchronization sample to enable minimal libc heap
as virtual destructor requires operator delete which depends on free.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-11-26 12:41:54 -06:00
..
CMakeLists.txt cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
cpp_ctors.c cpp: support for 64-bit constructors 2019-07-30 18:55:34 -07:00
cpp_dtors.c cpp: mark __dso_handle as weak. 2018-04-09 23:21:52 -04:00
cpp_init_array.c subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
cpp_new.cpp cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
cpp_virtual.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
cpp_vtable.cpp cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
Kconfig cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00