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

Function mi_segment_end

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

Source from the content-addressed store, hash-verified

547}
548
549static inline uint8_t* mi_segment_end(mi_segment_t* segment) {
550 return (uint8_t*)segment + mi_segment_size(segment);
551}
552
553// Thread free access
554static inline mi_block_t* mi_page_thread_free(const mi_page_t* page) {

Callers

nothing calls this directly

Calls 1

mi_segment_sizeFunction · 0.85

Tested by

no test coverage detected