Home
last modified time | relevance | path

Searched defs:mi_unlikely (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dinternal.h204 #define mi_unlikely(x) (__builtin_expect(!!(x),false)) macro
207 #define mi_unlikely(x) (x) [[unlikely]] macro
210 #define mi_unlikely(x) (x) macro