| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_stats.h | 31 uptr frees; member in struct:__asan::AsanStats
|
| asan_stats.cc | 47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
|
| asan_allocator.cc | 593 thread_stats.frees++;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_stats.h | 30 uptr frees; member in struct:__asan::AsanStats
|
| asan_stats.cpp | 46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
|
| asan_allocator.cpp | 658 thread_stats.frees++;
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_stats.h | 30 uptr frees; member in struct:__asan::AsanStats
|
| asan_stats.cpp | 46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
|
| asan_allocator.cpp | 742 thread_stats.frees++;
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/ |
| flask_op.h | 132 uint32_t frees; member in struct:xen_flask_cache_stats
|
| /src/usr.bin/make/unit-tests/ |
| cond-token-string.mk | 11 # Cover the code in CondParser_String that frees the memory after parsing
|
| /src/external/bsd/top/dist/ |
| hash.m4c | 316 dnl # "to_free" is an expression that frees "key", or empty if no
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| combine.cc | 400 struct undo *frees; 721 if (undobuf.frees) 722 buf = undobuf.frees, undobuf.frees = buf->next; 749 if (undobuf.frees) 750 buf = undobuf.frees, undobuf.frees = buf->next; 779 if (undobuf.frees) 780 buf = undobuf.frees, undobuf.frees = buf->next 397 struct undo *frees; member in struct:undobuf [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| combine.cc | 396 struct undo *frees; 719 if (undobuf.frees) 720 buf = undobuf.frees, undobuf.frees = buf->next; 747 if (undobuf.frees) 748 buf = undobuf.frees, undobuf.frees = buf->next; 777 if (undobuf.frees) 778 buf = undobuf.frees, undobuf.frees = buf->next 393 struct undo *frees; member in struct:undobuf [all...] |