Searched defs:next (Results 1 – 6 of 6) sorted by relevance
48 struct list *next; in allocation_thread_function() member
36 struct heap_filler *next; member72 struct heap_filler *next = head->next; in free_fill_heap() local
191 struct list *next; in allocate_thread() member218 struct list *next = head->next; in allocate_thread() local
201 struct entry next; in main() local
40 struct hdr *next; member
1858 struct malloc_state *next; member2128 mchunkptr next = chunk_at_offset (p, sz); in do_check_free_chunk() local2162 mchunkptr next; in do_check_inuse_chunk() local3128 struct tcache_entry *next; member3998 mchunkptr next = chunk_at_offset (victim, size); in _int_malloc() local4823 mchunkptr next; /* next contiguous chunk after oldp */ in _int_realloc() local
Completed in 21 milliseconds