Searched defs:mallopt (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_allocator_testlib.cpp | 184 void mallopt() { in mallopt() function
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan_interceptors.cpp | 108 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } in INTERCEPTOR() argument
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/ |
| D | asan_malloc_linux.cpp | 139 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/lsan/ |
| D | lsan_interceptors.cpp | 179 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_interceptors.cpp | 264 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|