Home
last modified time | relevance | path

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

/system/core/libion/tests/
Ddevice_test.cpp117 const size_t bigger_than_cache = 8*1024*1024; in blowCache() local
118 void *buf1 = malloc(bigger_than_cache); in blowCache()
119 void *buf2 = malloc(bigger_than_cache); in blowCache()
120 memset(buf1, 0xaa, bigger_than_cache); in blowCache()
121 memcpy(buf2, buf1, bigger_than_cache); in blowCache()