![thorpej](/assets/img/avatar_default.png)
- Rename EX_NOBLOB to EX_NOCOALESCE; it's much more descriptive of what's going on. - Use ALIGN(), rather than our homegrown EXTENT_ALIGN(), when dealing with map overhead. Privatize the EXTENT_ALIGN() macro; there's no need to export it. - Implement EX_BOUNDZERO flag. This changes the boundary line policy in extent_alloc() and extent_alloc_subregion(); boundary lines are computed relative to 0, rather then the start of the extent. - Add a new flag to specify that it's ok to wait for space in the extent: EX_WAITSPACE. - Add some whitespace in the function prototypes.
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%