mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-26 04:42:12 +03:00
extent_can_acquire_neighbor typo fix
This commit is contained in:
parent
2381efab57
commit
4fb93a18ee
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ extent_can_acquire_neighbor(edata_t *edata, rtree_contents_t contents,
|
|||
bool neighbor_is_head = contents.metadata.is_head;
|
||||
if (!extent_neighbor_head_state_mergeable(edata_is_head_get(edata),
|
||||
neighbor_is_head, forward)) {
|
||||
return NULL;
|
||||
return false;
|
||||
}
|
||||
extent_state_t neighbor_state = contents.metadata.state;
|
||||
if (pai == EXTENT_PAI_PAC) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue