[victoriafalls] Add InodeTable class to cache Inode info

This commit is contained in:
Drew Galbraith 2023-07-06 09:39:17 -07:00
parent 21c1a001ea
commit 52b4b273b7
7 changed files with 87 additions and 0 deletions

View file

@ -5,3 +5,4 @@
[[nodiscard]] void* operator new[](uint64_t size) { return malloc(size); }
void operator delete(void*, uint64_t) {}
void operator delete[](void*, uint64_t) {}