Lines Matching defs:heap
140 typedef struct heap struct
142 struct heap *next; argument
143 struct heap *prev; argument
146 /* End of memory range of this heap. */ argument
148 /* Start of relocatable data in this heap. */ argument
150 /* Start of unused space in this heap. */ argument
152 /* First bloc in this heap. */ argument
154 /* Last bloc in this heap. */ argument
159 #define HEAP_PTR_SIZE (sizeof (struct heap)) argument
182 struct heap *heap; member
200 heap_ptr heap; local
234 heap_ptr heap; local
388 register heap_ptr heap; local
441 relocate_blocs (bloc, heap, address) in relocate_blocs() argument
526 update_heap_bloc_correspondence (bloc, heap) in update_heap_bloc_correspondence() argument
595 heap_ptr heap; local
664 heap_ptr heap = bloc->heap; local