Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/src/
H A Dpool_allocator.cc64 size_t __total_bytes = __n * __nobjs; in _M_allocate_chunk() local
67 if (__bytes_left >= __total_bytes) in _M_allocate_chunk()
70 _S_start_free += __total_bytes; in _M_allocate_chunk()
76 __total_bytes = __n * __nobjs; in _M_allocate_chunk()
78 _S_start_free += __total_bytes; in _M_allocate_chunk()
91 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk()