Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_alloc.cc92 bool in_pool (void *);
255 bool pool::in_pool (void *ptr) in in_pool() function in __anon50ef48b00111::pool
302 if (emergency_pool.in_pool (ptr)) in __cxa_free_exception()
334 if (emergency_pool.in_pool (vptr)) in __cxa_free_dependent_exception()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_alloc.cc92 bool in_pool (void *);
255 bool pool::in_pool (void *ptr) in in_pool() function in __anon728b579d0111::pool
302 if (emergency_pool.in_pool (ptr)) in __cxa_free_exception()
334 if (emergency_pool.in_pool (vptr)) in __cxa_free_dependent_exception()
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c1291 local struct pool in_pool; variable
1343 new_pool(&in_pool, g.block, INBUFS(g.procs)); in setup_jobs()
1381 caught = free_pool(&in_pool); in finish_jobs()
1759 next = get_space(&in_pool); in parallel_compress()
1780 next = get_space(&in_pool); in parallel_compress()
1849 next = get_space(&in_pool); in parallel_compress()