MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_page_is_huge

Function mi_page_is_huge

3rd/mimalloc-2.0.9/include/mimalloc-internal.h:534–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534static inline bool mi_page_is_huge(const mi_page_t* page) {
535 return (_mi_page_segment(page)->kind == MI_SEGMENT_HUGE);
536}
537
538// Get the usable block size of a page without fixed padding.
539// This may still include internal padding due to alignment and rounding up size classes.

Callers 3

alloc.cFile · 0.85
mi_verify_paddingFunction · 0.85
_mi_free_blockFunction · 0.85

Calls 1

_mi_page_segmentFunction · 0.85

Tested by

no test coverage detected