Home
last modified time | relevance | path

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

/malloc/
A Dobstack.h162 PTR_INT_TYPE tempint; member
432 ((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))
503 ((((h)->temp.tempint > 0 \
[all …]

Completed in 5 milliseconds