WSL2-Linux-Kernel/arch/um/os-Linux/sys-x86_64/task_size.c

6 строки
118 B
C

unsigned long os_get_task_size(unsigned long shift)
{
/* The old value of CONFIG_TOP_ADDR */
return 0x7fc0000000;
}