leibupro
leibupro
In general, yes. Depends a little on the change set size and currently available time.
`memory_area` (assigned to `memory_vault` internally) is indeed a fat pointer to the memory area which is used for the memory allocations. The byte field which is managed by the allocator....
Yes, that is the case. Since the smallest memory cell can be one byte and the allocator has to manage `memory_area.len` 1 byte cells theoretically. It is described before the...