←back to thread

129 points ozgrakkurt | 2 comments | | HN request time: 0.402s | source
1. throwawaymaths ◴[] No.45156017[source]
why not use page allocator to get aligned memory instead of overallocating?
replies(1): >>45163310 #
2. ozgrakkurt ◴[] No.45163310[source]
I was doing heavier computations to create write buffers and this actually made a bit of a difference before. Reverting to page_allocator now since it doesn't make a difference with new code.