Home
last modified time | relevance | path

Searched refs:next (Results 1 – 7 of 7) sorted by relevance

/malloc/
A Dmcheck-impl.c40 struct hdr *next; member
123 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 …]
A Dtst-malloc_info.c48 struct list *next; in allocation_thread_function() member
58 new_head->next = head; in allocation_thread_function()
70 struct list *next_head = head->next; in allocation_thread_function()
A Dtst-malloc-thread-fail.c191 struct list *next; in allocate_thread() member
200 e->next = head; in allocate_thread()
218 struct list *next = head->next; in allocate_thread() local
220 head = next; in allocate_thread()
A Dmemusagestat.c201 struct entry next; in main() local
205 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()
A Dtst-dynarray-fail.c36 struct heap_filler *next; member
59 new_head->next = head; in fill_heap()
72 struct heap_filler *next = head->next; in free_fill_heap() local
74 head = next; in free_fill_heap()
A Darena.c190 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()
A Dmalloc.c1858 struct malloc_state *next; member
1929 .next = &main_arena,
2145 assert (next == av->top || inuse (next)); in do_check_free_chunk()
2162 mchunkptr next; in do_check_inuse_chunk() local
2172 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; member
3183 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