Searched refs:getAlignedMemory (Results 1 – 1 of 1) sorted by relevance
104 uint8_t *getAlignedMemory(uint8_t *orig_ptr, int alignment, int or_mask) { in getAlignedMemory() function125 return getAlignedMemory((uint8_t*)ptr, alignment, or_mask); in allocateAlignedMemory()178 return getAlignedMemory(buffers, alignment, or_mask); in getColdBuffer()438 uint8_t* dst = getAlignedMemory(src+1, cmd_data.dst_align, cmd_data.dst_or_mask); in benchmarkMemmoveBackwards()