Searched defs:malloc_usable_size (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 118 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 175 uptr (*malloc_usable_size)(void *mem); member 183 uptr (*malloc_usable_size)(void *mem); member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_testlib.cpp | 177 void malloc_usable_size() { in malloc_usable_size() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 114 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 157 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 235 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 765 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument
|