Searched defs:POINTER_IS_VALID (Results 1 – 2 of 2) sorted by relevance
44 #define POINTER_IS_VALID(p) (!((uintptr_t)(p) & 0x3)) macro
101 #define POINTER_IS_VALID(p) 0 /* Unimplemented */ macro