mirror of
https://github.com/urbit/ares.git
synced 2024-12-23 05:12:15 +03:00
pma: fix comments
This commit is contained in:
parent
2577875c3b
commit
c7246d624e
@ -1661,11 +1661,9 @@ _mlist_new(BT_state *state)
|
||||
return BT_SUCC;
|
||||
}
|
||||
|
||||
/* ;;: todo: we could remove the hifreepg param if we can derive the highest
|
||||
page (alloced or not) in the persistent file. */
|
||||
static void
|
||||
_flist_grow(BT_state *state, size_t pages)
|
||||
/* grows the backing file by maximally `pages' or minimally PMA_GROW_SIZE_p and
|
||||
/* grows the backing file by the maximum of `pages' or PMA_GROW_SIZE_p and
|
||||
appends this freespace to the flist */
|
||||
{
|
||||
/* grow the backing file by at least PMA_GROW_SIZE_p */
|
||||
|
Loading…
Reference in New Issue
Block a user