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

Function _mi_page_start

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

Quick page start for initialized pages

Source from the content-addressed store, hash-verified

509
510// Quick page start for initialized pages
511static inline uint8_t* _mi_page_start(const mi_segment_t* segment, const mi_page_t* page, size_t* page_size) {
512 return _mi_segment_page_start(segment, page, page_size);
513}
514
515// Get the page containing the pointer
516static inline mi_page_t* _mi_ptr_page(void* p) {

Callers 10

_mi_page_ptr_unalignFunction · 0.85
mi_segment_page_clearFunction · 0.85
mi_heap_page_check_ownedFunction · 0.85
mi_heap_visit_areas_pageFunction · 0.85
mi_page_list_is_validFunction · 0.85
mi_page_is_valid_initFunction · 0.85
mi_page_free_list_extendFunction · 0.85
mi_page_extend_freeFunction · 0.85

Calls 1

_mi_segment_page_startFunction · 0.85

Tested by

no test coverage detected