Searched defs:saved_total (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc502 uptr saved_total = 0; local
515 CHECK_EQ(saved_total, total_allocated);
516 saved_total = total_allocated;

Completed in 104 milliseconds