Home
last modified time | relevance | path

Searched defs:write_buffer (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/test/builtins/Unit/
H A Dclear_cache_test.c53 uint8_t *write_buffer = mmap(0, kSize, in main() local
74 uint8_t *write_buffer = execution_buffer; in main() local
85 uint8_t *write_buffer = execution_buffer; in main() local
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dprintf-fortify-2.c10 char *write_buffer = (char *)malloc(1); in foo() local
H A Dprintf-fortify-1.c10 char *write_buffer = (char *)malloc(1); in foo() local
H A Dprintf-fortify-3.c11 char *write_buffer = (char *)malloc(1); in foo() local
H A Dprintf-fortify-4.c11 char *write_buffer = (char *)malloc(1); in foo() local
/llvm-project/libc/test/src/string/
H A Dmemset_test.cpp41 const Page write_buffer = pages.GetPageA().WithAccess(PROT_WRITE); TEST() local
H A Dmemcpy_test.cpp44 const Page write_buffer = pages.GetPageA().WithAccess(PROT_WRITE); TEST() local
/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c75 static unsigned char *write_buffer = NULL; variable
[all...]