mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
fix prototype
This commit is contained in:
parent
d41f7267d1
commit
0d068797b6
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ static bool mi_arena_has_page(mi_arena_t* arena, mi_page_t* page) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
size_t mi_arena_min_alignment() {
|
size_t mi_arena_min_alignment(void) {
|
||||||
return MI_ARENA_SLICE_ALIGN;
|
return MI_ARENA_SLICE_ALIGN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue