Searched refs:__total_bytes (Results 1 – 3 of 3) sorted by relevance
64 size_t __total_bytes = __n * __nobjs; in _M_allocate_chunk() local67 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()
275 size_t __total_bytes; in _S_chunk_alloc() local280 __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()
476 size_t __total_bytes = __size * __nobjs; in _S_chunk_alloc() local479 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()