Home
last modified time | relevance | path

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

/external/stlport/src/
Dallocators.cpp970 const int __cache_line_size = 128; // probable upper bound in _S_chunk_alloc() local
971 __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()