mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
Merge branch 'dev' into dev-slice
This commit is contained in:
commit
deba02e7be
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ mi_decl_nodiscard long mi_option_get_clamp(mi_option_t option, long min, long ma
|
||||||
}
|
}
|
||||||
|
|
||||||
mi_decl_nodiscard size_t mi_option_get_size(mi_option_t option) {
|
mi_decl_nodiscard size_t mi_option_get_size(mi_option_t option) {
|
||||||
mi_assert_internal(mi_option_has_size_in_kib(option));
|
|
||||||
const long x = mi_option_get(option);
|
const long x = mi_option_get(option);
|
||||||
size_t size = (x < 0 ? 0 : (size_t)x);
|
size_t size = (x < 0 ? 0 : (size_t)x);
|
||||||
if (mi_option_has_size_in_kib(option)) {
|
if (mi_option_has_size_in_kib(option)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue