added huge pages tests

This commit is contained in:
2025-04-25 16:32:38 +01:00
parent 524057812c
commit 788aadfc9c
156 changed files with 97963 additions and 70 deletions

7
allocator/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"files.associations": {
"bitmap_alloc.h": "c",
"fcntl.h": "c",
"stat.h": "c"
}
}