HomeSort by: relevance | last modified time | path
    Searched defs:max_in_use (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
standalone_malloc_test.cc 19 size_t max_in_use = 0; local in function:MallocThread
37 max_in_use = max(max_in_use, total_malloced - total_freed);
53 max_in_use >> 20);
standalone_malloc_test.cc 19 size_t max_in_use = 0; local in function:MallocThread
37 max_in_use = max(max_in_use, total_malloced - total_freed);
53 max_in_use >> 20);

Completed in 51 milliseconds