Searched defs:POOL_TO_MARKER (Results 1 – 2 of 2) sorted by relevance
61 #define POOL_TO_MARKER(pp) (((uintptr_t)(pp) | 1)) macro
57 #define POOL_TO_MARKER(pp) ((void *)((uintptr_t)(pp) | 1)) macro