added most of the contig malloc to kernel object file level

This commit is contained in:
2024-10-03 16:17:44 +01:00
parent 1dfd1cead6
commit df9392379c
7 changed files with 509 additions and 7 deletions

View File

@@ -34,7 +34,10 @@
"assert.h": "c",
"mman.h": "c",
"time.h": "c",
"vmmeter.h": "c"
"vmmeter.h": "c",
"malloc.h": "c",
"lock.h": "c",
"proc.h": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}