Searched refs:__cache_line_size (Results 1 – 1 of 1) sorted by relevance
970 const int __cache_line_size = 128; // probable upper bound in _S_chunk_alloc() local971 __bytes_to_get &= ~(__cache_line_size-1); in _S_chunk_alloc()972 _S_start_free = (char *)memalign(__cache_line_size, __bytes_to_get); in _S_chunk_alloc()