Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ mi_unlikely
Function
mi_unlikely
3rd/mimalloc-2.0.9/src/alloc.c:463–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
_mi_page_retire(page);
462
}
463
else if mi_unlikely(mi_page_is_in_full(page)) {
464
_mi_page_unfull(page);
465
}
466
}
467
else {
468
_mi_free_block_mt(page,block);
Callers
15
mi_option_get
Function · 0.85
segment-cache.c
File · 0.85
_mi_page_malloc
Function · 0.85
mi_checked_ptr_segment
Function · 0.85
mi_free
Function · 0.85
_mi_heap_realloc_zero
Function · 0.85
mi_heap_alloc_new
Function · 0.85
mi_heap_alloc_new_n
Function · 0.85
mi_new_nothrow
Function · 0.85
mi_new_reallocn
Function · 0.85
_mi_os_good_alloc_size
Function · 0.85
_mi_segment_page_alloc
Function · 0.85
Calls
1
_mi_page_unfull
Function · 0.85
Tested by
no test coverage detected