Searched defs:__bytes (Results 1 – 6 of 6) sorted by relevance
103 _M_round_up(size_t __bytes) in _M_round_up()214 const size_t __bytes = __n * sizeof(_Tp); in allocate() local243 const size_t __bytes = __n * sizeof(_Tp); in deallocate() local
103 __pool<false>::_M_reclaim_block(char* __p, size_t __bytes) in _M_reclaim_block()118 __pool<false>::_M_reserve_block(size_t __bytes, const size_t __thread_id) in _M_reserve_block()251 __pool<true>::_M_reclaim_block(char* __p, size_t __bytes) in _M_reclaim_block()336 __pool<true>::_M_reserve_block(size_t __bytes, const size_t __thread_id) in _M_reserve_block()
124 static size_t _S_round_up(size_t __bytes) { in _S_round_up()127 static size_t _S_freelist_index(size_t __bytes) { in _S_freelist_index()
356 _S_round_up(size_t __bytes) in _S_round_up()360 _S_freelist_index(size_t __bytes) in _S_freelist_index()
1052 size_type __bytes = std::min(__strsize, __bufsiz - 1); in _S_string_copy() local
90 #define CD9660_BLOCKS(__sector_size, __bytes) \ argument