Home
last modified time | relevance | path

Searched refs:heap_base (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/test/semihost/
Dsemihost-heapinfo.c45 block.heap_base = (void *) (uintptr_t) 4; 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()
/picolibc-latest/semihost/
Dsys_heapinfo.c48 block->heap_base = (void *) (uintptr_t) arg.field1; in sys_semihost_heapinfo()
Dsemihost.h112 void *heap_base; member