MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / mi_page_flags

Function mi_page_flags

system/lib/mimalloc/include/mimalloc/internal.h:824–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824static inline mi_page_flags_t mi_page_flags(const mi_page_t* page) {
825 return (mi_page_xthread_id(page) & MI_PAGE_FLAG_MASK);
826}
827
828static inline bool mi_page_flags_set(mi_page_t* page, bool set, mi_page_flags_t newflag) {
829 mi_page_flags_t old;

Callers 2

mi_page_is_in_fullFunction · 0.85

Calls 1

mi_page_xthread_idFunction · 0.85

Tested by

no test coverage detected