Searched refs:next (Results 1 – 7 of 7) sorted by relevance
40 struct hdr *next; member123 runp = runp->next; in __mcheck_checkptr()135 if (ptr->next != NULL) in unlink_blk()138 ptr->next->magic = MAGICWORD ^ ((uintptr_t) ptr->next->prev in unlink_blk()139 + (uintptr_t) ptr->next->next); in unlink_blk()143 ptr->prev->next = ptr->next; in unlink_blk()148 root = ptr->next; in unlink_blk()155 hdr->next = root; in link_blk()160 if (hdr->next != NULL) in link_blk()162 hdr->next->prev = hdr; in link_blk()[all …]
48 struct list *next; in allocation_thread_function() member58 new_head->next = head; in allocation_thread_function()70 struct list *next_head = head->next; in allocation_thread_function()
191 struct list *next; in allocate_thread() member200 e->next = head; in allocate_thread()218 struct list *next = head->next; in allocate_thread() local220 head = next; in allocate_thread()
201 struct entry next; in main() local205 if (read (fd, &next, sizeof (next)) == 0) in main()207 if (next.heap > maxsize_heap) in main()208 maxsize_heap = next.heap; in main()209 if (next.stack > maxsize_stack) in main()210 maxsize_stack = next.stack; in main()218 headent[1].time_low = next.time_low; in main()219 headent[1].time_high = next.time_high; in main()
36 struct heap_filler *next; member59 new_head->next = head; in fill_heap()72 struct heap_filler *next = head->next; in free_fill_heap() local74 head = next; in free_fill_heap()
190 ar_ptr = ar_ptr->next; in __malloc_fork_lock_parent()205 ar_ptr = ar_ptr->next; in __malloc_fork_unlock_parent()234 ar_ptr = ar_ptr->next; in __malloc_fork_unlock_child()777 a->next = main_arena.next; in _int_new_arena()782 main_arena.next = a; in _int_new_arena()880 result = result->next; in reused_arena()887 result = result->next; in reused_arena()918 next_to_use = result->next; in reused_arena()
1858 struct malloc_state *next; member1929 .next = &main_arena,2145 assert (next == av->top || inuse (next)); in do_check_free_chunk()2162 mchunkptr next; in do_check_inuse_chunk() local2172 next = next_chunk (p); in do_check_inuse_chunk()2186 if (next == av->top) in do_check_inuse_chunk()2191 else if (!inuse (next)) in do_check_inuse_chunk()3128 struct tcache_entry *next; member3183 e->next = PROTECT_PTR (&e->next, tcache->entries[tc_idx]); in tcache_put()4854 if (next == av->top && in _int_realloc()[all …]
Completed in 45 milliseconds