Home
last modified time | relevance | path

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

/malloc/
A Dobstack.h432 ((h)->temp.tempint = (length), \
434 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
437 ((h)->temp.tempint = (length), \
441 (h)->next_free += (h)->temp.tempint)
444 ((h)->temp.tempint = (length), \
448 (h)->next_free += (h)->temp.tempint, \
473 ((h)->temp.tempint = (length), \
476 obstack_blank_fast (h, (h)->temp.tempint))
491 (h)->temp.tempptr = (h)->object_base, \
499 (h)->temp.tempptr)
[all …]

Completed in 4 milliseconds