HomeSort by: relevance | last modified time | path
    Searched refs:in_pool (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_alloc.cc 92 bool in_pool (void *);
110 // to implement in_pool.
255 bool pool::in_pool (void *ptr) function in class:__anon17203::pool
302 if (emergency_pool.in_pool (ptr))
334 if (emergency_pool.in_pool (vptr))
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_alloc.cc 150 bool in_pool (void *) const noexcept;
174 // to implement in_pool.
367 inline bool pool::in_pool (void *ptr) const noexcept
419 if (emergency_pool.in_pool (ptr)) [[__unlikely__]]
451 if (emergency_pool.in_pool (vptr)) [[__unlikely__]]
  /src/external/zlib/pigz/dist/
pigz.c 1291 local struct pool in_pool; variable in typeref:struct:pool
1343 new_pool(&in_pool, g.block, INBUFS(g.procs));
1381 caught = free_pool(&in_pool);
1759 next = get_space(&in_pool);
1780 next = get_space(&in_pool);
1849 next = get_space(&in_pool);

Completed in 51 milliseconds