[victoriafalls] Add InodeTable class to cache Inode info
This commit is contained in:
parent
21c1a001ea
commit
52b4b273b7
7 changed files with 87 additions and 0 deletions
|
|
@ -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) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue