.

common/board\_f.c

1    static int reserve_malloc(void)
2    {
3            gd->start_addr_sp = gd->start_addr_sp - TOTAL_MALLOC_LEN;
4            debug("Reserving %dk for malloc() at: %08lx\n",
5                   TOTAL_MALLOC_LEN >> 10, gd->start_addr_sp);
6            return 0;
7    }
  • 3번 줄의 TOTAL_MALLOC_LENinclude/common.h0x00400000 + 0x00004000로 정의되어 있습니다.

results matching ""

    No results matching ""