mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 03:13:09 +03:00
Style and spelling fixes.
This commit is contained in:
parent
59cd80e6c6
commit
e12eaf93dc
20 changed files with 36 additions and 40 deletions
|
|
@ -36,7 +36,7 @@ arena_miscelm_to_bits(arena_chunk_map_misc_t *miscelm)
|
|||
arena_chunk_t *chunk = CHUNK_ADDR2BASE(miscelm);
|
||||
size_t pageind = arena_miscelm_to_pageind(miscelm);
|
||||
|
||||
return arena_mapbits_get(chunk, pageind);
|
||||
return (arena_mapbits_get(chunk, pageind));
|
||||
}
|
||||
|
||||
JEMALLOC_INLINE_C int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue