Home
last modified time | relevance | path

Searched refs:JEMALLOC_PRAGMA__ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h66 # define JEMALLOC_PRAGMA__(X) _Pragma(#X) macro
67 # define JEMALLOC_DIAGNOSTIC_PUSH JEMALLOC_PRAGMA__(GCC diagnostic push)
68 # define JEMALLOC_DIAGNOSTIC_POP JEMALLOC_PRAGMA__(GCC diagnostic pop)
70 JEMALLOC_PRAGMA__(GCC diagnostic ignored W)