mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
register_revision must refresh the transaction to the latest
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user