Searched refs:contents (Results 1 – 2 of 2) sorted by relevance
/malloc/ |
A D | obstack.c | 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() 270 __PTR_ALIGN ((char *) new_chunk, new_chunk->contents, h->alignment_mask); in _obstack_newchunk() 297 == __PTR_ALIGN ((char *) old_chunk, old_chunk->contents, in _obstack_newchunk()
|
A D | obstack.h | 150 char contents[4]; /* objects begin here */ member 293 __o->chunk->contents, \ 422 (h)->chunk->contents, \
|
Completed in 7 milliseconds