register_revision must refresh the transaction to the latest

This commit is contained in:
Krasimir Angelov
2022-05-23 11:33:47 +02:00
parent 165de70172
commit a3d73fa658
2 changed files with 68 additions and 13 deletions

View File

@@ -68,9 +68,11 @@ private:
// The following four fields are normally equal to
// the corresponding fields in the malloc_state.
// The exception is when a transaction is active.
object top;
object top;
object free_blocks;
object free_descriptors[3];
object last_free_block;
size_t last_free_block_size;
size_t mmap_size;
size_t page_size;