Home
last modified time | relevance | path

Searched defs:my_alloc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Ddso-unknown.cpp12 void *my_alloc(unsigned sz) { return malloc(sz); } in my_alloc() function
37 fn my_alloc = (fn)dlsym(handle, "my_alloc"); in main() local
/llvm-project/clang/test/OpenMP/
H A Dtarget_uses_allocators_messages.cpp21 omp_allocator_handle_t my_alloc = nullptr; in main() local
/llvm-project/compiler-rt/test/msan/
H A Ddso-origin.cpp18 void *my_alloc(unsigned sz) { in my_alloc() function
/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp24 void* my_alloc(std::size_t) in my_alloc() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp730 int *my_alloc(int &size) { return new int[size]; } my_alloc() function