Searched refs:obstack_ptr_grow_fast (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/malloc/ |
D | obstack.h | 334 obstack_ptr_grow_fast (__o, datum); }) \ 343 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ macro 459 obstack_ptr_grow_fast (h, datum)) 466 # define obstack_ptr_grow_fast(h, aptr) \ macro
|
/glibc-2.36/manual/ |
D | memory.texi | 2297 @c obstack_ptr_grow_fast dup @mtsrace:obstack-ptr 2397 @deftypefun void obstack_ptr_grow_fast (struct obstack *@var{obstack-ptr}, void *@var{data}) 2400 @c obstack_ptr_grow_fast @mtsrace:obstack-ptr 2401 The function @code{obstack_ptr_grow_fast} adds @code{sizeof (void *)}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 9804 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't 10038 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
|
D | ChangeLog.15 | 5019 obstack_ptr_grow_fast, obstack_room): Remove declarations of
|
D | ChangeLog.6 | 3572 obstack_int_grow, obstack_ptr_grow_fast, and obstack_int_grow_fast.
|