Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dtop.c111 mallocPool ffe_any_unit_pool_ = NULL; variable
680 assert (ffe_any_unit_pool_ == NULL); in ffe_init_3()
681 ffe_any_unit_pool_ = malloc_pool_new ("Any unit", ffe_program_unit_pool_, 1024); in ffe_init_3()
882 assert (ffe_any_unit_pool_ != NULL); in ffe_terminate_3()
883 malloc_pool_kill (ffe_any_unit_pool_); in ffe_terminate_3()
884 ffe_any_unit_pool_ = NULL; in ffe_terminate_3()
Dtop.h129 extern mallocPool ffe_any_unit_pool_;
208 #define ffe_pool_any_unit() (ffe_any_unit_pool_)