descriptors released in the last transaction are now reused in the next

This commit is contained in:
Krasimir Angelov
2022-05-23 09:50:58 +02:00
parent 9cd5634873
commit 35176cc721
2 changed files with 28 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ private:
// The exception is when a transaction is active.
object top;
object free_blocks;
object free_descriptors[2];
object free_descriptors[3];
size_t mmap_size;
size_t page_size;