UINTPTR_MAX Constant

stdint.h

#define UINTPTR_MAX (4294967295UL)

Maximum value of our uintptr_t type.

This is the maximum value that an unsigned integer large enough to hold a pointer can contain on the GCC4TI platform.