task_size.c 118 B

12345
  1. unsigned long os_get_task_size(unsigned long shift)
  2. {
  3. /* The old value of CONFIG_TOP_ADDR */
  4. return 0x7fc0000000;
  5. }