#include <stdio.h>
#include <pthread.h>

int main() {
	printf("Для этого нужно %zu байт памяти.", sizeof(pthread_t) * 0x7fffffff);
	return 0;
}