Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/machine/amdgcn/
Dmlock.c28 struct heap { struct
44 /* Find the heap from kernargs. */ in sbrk() argument
55 struct heap *heap = *(struct heap **)(kernargs + 24); in sbrk() local
/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc.c107 char *heap = __malloc_sbrk_aligned(add_size); in __malloc_grow_chunk() local