增加内存管理,但是还存在问题
This commit is contained in:
25
.vscode/settings.json
vendored
25
.vscode/settings.json
vendored
@@ -34,8 +34,31 @@
|
||||
"u_sys.h": "c",
|
||||
"arch.h": "c",
|
||||
"*.in": "c",
|
||||
"buddy.h": "c"
|
||||
"buddy.h": "c",
|
||||
"thread_arch.h": "c",
|
||||
"random": "c",
|
||||
"chrono": "c",
|
||||
"compare": "c",
|
||||
"functional": "c",
|
||||
"ratio": "c",
|
||||
"tuple": "c",
|
||||
"type_traits": "c",
|
||||
"variant": "c",
|
||||
"mln_rbtree.h": "c",
|
||||
"rbtree_mm.h": "c",
|
||||
"early_boot.h": "c",
|
||||
"obj_space.h": "c",
|
||||
"mm.h": "c",
|
||||
"asm_config.h": "c",
|
||||
"u_types.h": "c",
|
||||
"err.h": "c",
|
||||
"u_prot.h": "c",
|
||||
"vma.h": "c",
|
||||
"thread.h": "c",
|
||||
"thread_knl.h": "c"
|
||||
},
|
||||
"cortex-debug.showRTOS": false,
|
||||
"cortex-debug.variableUseNaturalFormat": false,
|
||||
"C_Cpp.default.systemIncludePath": [""],
|
||||
"C_Cpp.default.forcedInclude": ["${workspaceFolder}/build/autoconf.h"]
|
||||
}
|
||||
Reference in New Issue
Block a user