Searched defs:fake_mallinfo (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_malloc_linux.cpp | 190 struct fake_mallinfo { struct 194 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR()
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 115 struct fake_mallinfo { struct 119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 130 struct fake_mallinfo { struct 134 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cpp | 208 struct fake_mallinfo { struct 212 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cpp | 158 struct fake_mallinfo { struct 162 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR()
|