Lines Matching defs:elem
93 struct malloc_elem *elem = start; in malloc_heap_add_memory() local
154 struct malloc_elem *elem, *alt_elem = NULL; in find_suitable_element() local
187 struct malloc_elem *elem, *max_elem = NULL; in find_biggest_element() local
235 struct malloc_elem *elem; in heap_alloc() local
261 struct malloc_elem *elem; in heap_alloc_biggest() local
282 struct malloc_elem *elem, void *map_addr, size_t map_len) in rollback_expand_heap()
300 struct malloc_elem *elem = NULL; in alloc_pages_on_heap() local
398 struct malloc_elem *elem; in try_expand_heap_primary() local
856 malloc_heap_free(struct malloc_elem *elem) in malloc_heap_free()
1077 malloc_heap_resize(struct malloc_elem *elem, size_t size) in malloc_heap_resize()
1101 struct malloc_elem *elem; in malloc_heap_get_stats() local
1137 struct malloc_elem *elem; in malloc_heap_dump() local
1154 destroy_elem(struct malloc_elem *elem, size_t len) in destroy_elem()
1318 struct malloc_elem *elem = heap->first; in malloc_heap_remove_external_memory() local