Home
last modified time | relevance | path

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

/system/extras/micro_bench/
Dmicro_bench.cpp104 uint8_t *getAlignedMemory(uint8_t *orig_ptr, int alignment, int or_mask) { in getAlignedMemory() function
125 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()