mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
239130c1fd
Support enable/disable the kasan when initialize the heap. This requirement is from rptun, because rptun use share memory init the heap and share memory is precious, so we need disable the kasan feature for rptun's heap to save the share memory. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com> Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>