Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtop.c112 mallocPool ffe_program_unit_pool_ = NULL; variable
636 assert (ffe_program_unit_pool_ == NULL); in ffe_init_2()
637 ffe_program_unit_pool_ = malloc_pool_new ("Program unit", ffe_file_pool_, 1024); in ffe_init_2()
681 ffe_any_unit_pool_ = malloc_pool_new ("Any unit", ffe_program_unit_pool_, 1024); in ffe_init_3()
845 assert (ffe_program_unit_pool_ != NULL); in ffe_terminate_2()
846 malloc_pool_kill (ffe_program_unit_pool_); in ffe_terminate_2()
847 ffe_program_unit_pool_ = NULL; in ffe_terminate_2()
H A Dtop.h130 extern mallocPool ffe_program_unit_pool_;
209 #define ffe_pool_program_unit() (ffe_program_unit_pool_)