Searched refs:_obstack_newchunk (Results 1 – 3 of 3) sorted by relevance
/malloc/ |
A D | obstack.h | 184 extern void _obstack_newchunk (struct obstack *, int); 285 _obstack_newchunk (__o, __len); \ 301 _obstack_newchunk (__o, __len); \ 311 _obstack_newchunk (__o, __len + 1); \ 321 _obstack_newchunk (__o, 1); \ 333 _obstack_newchunk (__o, sizeof (void *)); \ 340 _obstack_newchunk (__o, sizeof (int)); \ 364 _obstack_newchunk (__o, __len); \ 434 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 453 ? (_obstack_newchunk ((h), 1), 0) : 0), \ [all …]
|
A D | Versions | 16 _obstack_free; _obstack_memory_used; _obstack_newchunk;
|
A D | obstack.c | 245 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk() function 310 libc_hidden_def (_obstack_newchunk)
|
Completed in 8 milliseconds