MCPcopy 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_getFunction · 0.85
segment-cache.cFile · 0.85
_mi_page_mallocFunction · 0.85
mi_checked_ptr_segmentFunction · 0.85
mi_freeFunction · 0.85
_mi_heap_realloc_zeroFunction · 0.85
mi_heap_alloc_newFunction · 0.85
mi_heap_alloc_new_nFunction · 0.85
mi_new_nothrowFunction · 0.85
mi_new_reallocnFunction · 0.85
_mi_os_good_alloc_sizeFunction · 0.85
_mi_segment_page_allocFunction · 0.85

Calls 1

_mi_page_unfullFunction · 0.85

Tested by

no test coverage detected