Home
last modified time | relevance | path

Searched refs:object_base (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Dobstack.c179 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin()
250 long obj_size = h->next_free - h->object_base; in _obstack_newchunk()
253 char *object_base; in _obstack_newchunk() local
269 object_base = in _obstack_newchunk()
279 ((COPYING_UNIT *) object_base)[i] in _obstack_newchunk()
280 = ((COPYING_UNIT *) h->object_base)[i]; in _obstack_newchunk()
290 object_base[i] = h->object_base[i]; in _obstack_newchunk()
296 && (h->object_base in _obstack_newchunk()
304 h->object_base = object_base; in _obstack_newchunk()
305 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
[all …]
A Dobstack.h213 #define obstack_base(h) ((void *) (h)->object_base)
273 (unsigned) (__o->next_free - __o->object_base); })
391 void *__value = (void *) __o1->object_base; \
395 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
400 __o1->object_base = __o1->next_free; \
408 __o->next_free = __o->object_base = (char *) __obj; \
414 (unsigned) ((h)->next_free - (h)->object_base)
488 (((h)->next_free == (h)->object_base \
491 (h)->temp.tempptr = (h)->object_base, \
498 (h)->object_base = (h)->next_free, \
[all …]

Completed in 7 milliseconds