Searched defs:heap (Results 1 – 2 of 2) sorted by relevance
28 struct heap { struct44 /* Find the heap from kernargs. */ in sbrk() argument55 struct heap *heap = *(struct heap **)(kernargs + 24); in sbrk() local
107 char *heap = __malloc_sbrk_aligned(add_size); in __malloc_grow_chunk() local