Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dasan_test.c125 ctx->memcpy_func(a, b, sizeof(b)); in asan_test_memcpy_dst()
133 ctx->memcpy_func(a, b, sizeof(a)); in asan_test_memcpy_src()
153 ctx->memcpy_func = asan_out_of_bounds_memcpy; in asan_test_init()
/optee_os/lib/libutils/ext/include/
H A Dasan_test.h20 void *(*memcpy_func)(void *__restrict dst, member