Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/gwp_asan/
Dbacktrace.c11 __attribute__((noinline)) void touch_mem(void *ptr) { in touch_mem() function
26 touch_mem(ptr); in main()
/external/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c229 static void touch_mem(char *dest, size_t size) in touch_mem() function
391 touch_mem((char *)copy, copy_size); in search_mem()