Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dutil.h21 #define STRINGIFY_HELPER(x) #x macro
22 #define STRINGIFY(x) STRINGIFY_HELPER(x)
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in40 * #define STRINGIFY_HELPER(x) #x
41 * #define STRINGIFY(x) STRINGIFY_HELPER(x)