This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8dd1d7a524
zephyr
/
samples
/
subsys
/
cpp
/
cpp_synchronization
/
prj.conf
3 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: restore cpp_synchronization test Issue: ZEP-2172 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-07 04:51:55 +08:00
CONFIG_CPLUSPLUS=y
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-14 07:23:33 +08:00
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=128