Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/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()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dpthread_allocimpl.h275 size_t __total_bytes; in _S_chunk_alloc() local
280 __total_bytes = __size * __nobjs; in _S_chunk_alloc()
282 if (__bytes_left >= __total_bytes) { in _S_chunk_alloc()
284 _S_start_free += __total_bytes; in _S_chunk_alloc()
288 __total_bytes = __size * __nobjs; in _S_chunk_alloc()
290 _S_start_free += __total_bytes; in _S_chunk_alloc()
294 2 * __total_bytes + _S_round_up(_S_heap_size >> 4); in _S_chunk_alloc()
H A Dstl_alloc.h476 size_t __total_bytes = __size * __nobjs; in _S_chunk_alloc() local
479 if (__bytes_left >= __total_bytes) in _S_chunk_alloc()
482 _S_start_free += __total_bytes; in _S_chunk_alloc()
488 __total_bytes = __size * __nobjs; in _S_chunk_alloc()
490 _S_start_free += __total_bytes; in _S_chunk_alloc()
496 2 * __total_bytes + _S_round_up(_S_heap_size >> 4); in _S_chunk_alloc()