Searched refs:next_free (Results 1 – 4 of 4) sorted by relevance
221 #define obstack_next_free(h) ((h)->next_free)303 __o->next_free += __len; \313 __o->next_free += __len; \314 *(__o->next_free)++ = 0; \346 void *__p1 = __o1->next_free; \354 void *__p1 = __o1->next_free; \394 __o1->next_free \414 (unsigned) ((h)->next_free - (h)->object_base)441 (h)->next_free += (h)->temp.tempint)449 *((h)->next_free)++ = 0)[all …]
179 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin()227 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin_1()250 long obj_size = h->next_free - h->object_base; in _obstack_newchunk()305 h->next_free = h->object_base + obj_size; in _obstack_newchunk()365 h->object_base = h->next_free = (char *) (obj); in __obstack_free()
231 ar_ptr->next_free = free_list; in __malloc_fork_unlock_child()818 free_list = result->next_free; in get_free_list()845 for (mstate p = free_list; p != NULL; p = p->next_free) in remove_from_free_list()851 *previous = p->next_free; in remove_from_free_list()855 previous = &p->next_free; in remove_from_free_list()1016 a->next_free = free_list; in __malloc_arena_thread_freeres()
1862 struct malloc_state *next_free; member
Completed in 18 milliseconds