Searched refs:heap_limit (Results 1 – 3 of 3) sorted by relevance
46 block.heap_limit = (void *) (uintptr_t) 3; in main()51 if (block.heap_base != NULL && block.heap_limit != NULL) { in main()53 if ((uintptr_t) block.heap_base >= (uintptr_t) block.heap_limit) { in main()55 block.heap_base, block.heap_limit); in main()
49 block->heap_limit = (void *) (uintptr_t) arg.field2; in sys_semihost_heapinfo()
113 void *heap_limit; member