| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_malloc_linux.cpp | 126 // man mallinfo says the fields are "long", but the implementation uses int. 127 // It doesn't matter much -- we just need to make sure that the libc's mallinfo 133 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { 181 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL 196 WRAP(calloc), WRAP(free), WRAP(mallinfo),
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_malloc_linux.cpp | 126 // man mallinfo says the fields are "long", but the implementation uses int. 127 // It doesn't matter much -- we just need to make sure that the libc's mallinfo 133 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { 181 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL 196 WRAP(calloc), WRAP(free), WRAP(mallinfo),
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_malloc_linux.cc | 198 // man mallinfo says the fields are "long", but the implementation uses int. 199 // It doesn't matter much -- we just need to make sure that the libc's mallinfo 205 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { 255 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL 270 WRAP(calloc), WRAP(free), WRAP(mallinfo),
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_allocator_testlib.cc | 184 void mallinfo() { function
|