#include #include #include int main() { char* c=calloc(ULONG_MAX/64,65); printf("%p\n",c); return 0; }