Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dsts.c74 malloc_kill_ksr (s->pool_, s->text_, s->max_); in ffests_kill()
89 s->pool_ = pool; in ffests_new()
165 s->text_ = malloc_new_ksr (s->pool_, "ffests", s->max_); in ffests_puttext()
172 s->text_ = malloc_resize_ksr (s->pool_, s->text_, newmax, s->max_); in ffests_puttext()
H A Dsts.h51 mallocPool pool_; member