| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_mman.cc | 222 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { function in namespace:__tsan
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_mman.cpp | 217 return user_realloc(thr, pc, p, size * n); 237 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { function in namespace:__tsan
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_mman.cpp | 246 return user_realloc(thr, pc, p, size * n); 282 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { function in namespace:__tsan
|