mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
example/libtest: add malloc/free to libtest
So we can verify flags like kasan are effective or not. Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
This commit is contained in:
@@ -22,8 +22,7 @@
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <stdio.h>
|
||||
#include <nuttx/compiler.h>
|
||||
#include "libtest.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
Reference in New Issue
Block a user