/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
standalone_malloc_test.cc | 18 size_t total_malloced = 0, total_freed = 0; local in function:MallocThread 37 max_in_use = max(max_in_use, total_malloced - total_freed); 44 total_freed += size; 52 tid, total_malloced >> 20, (total_malloced - total_freed) >> 20,
|
standalone_malloc_test.cc | 18 size_t total_malloced = 0, total_freed = 0; local in function:MallocThread 37 max_in_use = max(max_in_use, total_malloced - total_freed); 44 total_freed += size; 52 tid, total_malloced >> 20, (total_malloced - total_freed) >> 20,
|