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

Function mi_align_down_ptr

3rd/mimalloc-2.0.9/src/os.c:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void* mi_align_down_ptr(void* p, size_t alignment) {
78 return (void*)_mi_align_down((uintptr_t)p, alignment);
79}
80
81
82// page size (initialized properly in `os_init`)

Callers 1

mi_os_page_align_areaxFunction · 0.85

Calls 1

_mi_align_downFunction · 0.85

Tested by

no test coverage detected