Searched defs:__bytes (Results 1 – 7 of 7) 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
65 _LIBCPP_HIDE_FROM_ABI_VIRTUAL void* do_allocate(size_t __bytes, size_t __align) override { in do_allocate()72 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL void do_deallocate(void* __p, size_t __bytes, size_t __align) overri… in do_deallocate()
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