Searched refs:_M_round_up (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h96 _M_round_up(size_t __bytes) function in class:__pool_alloc_base
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dpool_allocator.h99 _M_round_up(size_t __bytes) function in class:__gnu_cxx::__pool_alloc_base
220 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dpool_allocator.cc92 + _M_round_up(_S_heap_size >> 4));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dpool_allocator.cc92 + _M_round_up(_S_heap_size >> 4));

Completed in 88 milliseconds