Menu

#110 Add density split information to Alpha_30 chunk_info

open
nobody
Storage (27)
6
2008-11-01
2008-11-01
No

Instead of having a single used blocks value in the chunk info have two used block and a split point:

struct {
uint16 used_lower;
uint16 split_point;
uint16 used_upper;
};

if used_lower == split_point then the lower half is full.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.