Home | History | Annotate | Download | only in src

Lines Matching refs:kBufferAlignment

3158   int memalign_result = posix_memalign(&block_buffer_, kBufferAlignment,
3161 block_buffer_ = memalign(kBufferAlignment, sat_->page_length());