Searched refs:__bytes_to_get (Results 1 – 1 of 1) sorted by relevance
392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET; in _S_chunk_alloc() local395 _S_start_free = __stlp_new_chunk(__bytes_to_get); in _S_chunk_alloc()416 __bytes_to_get = __total_bytes + _STLP_OFFSET; in _S_chunk_alloc()417 _S_start_free = __stlp_new_chunk(__bytes_to_get); in _S_chunk_alloc()421 _S_heap_size += __bytes_to_get >> 4; in _S_chunk_alloc()426 _S_end_free = _S_start_free + __bytes_to_get; in _S_chunk_alloc()588 __add_atomic_t __bytes_to_get = 2 * __total_bytes + in _S_chunk_alloc() local593 __result = __stlp_new_chunk(__bytes_to_get); in _S_chunk_alloc()624 __bytes_to_get = __total_bytes + _STLP_OFFSET; in _S_chunk_alloc()625 __result = __stlp_new_chunk(__bytes_to_get); in _S_chunk_alloc()[all …]