Searched refs:last_total_allocated (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc208 uptr last_total_allocated = 0; local
247 if (last_total_allocated == 0)
248 last_total_allocated = total_allocated;
249 CHECK_EQ(last_total_allocated, total_allocated);

Completed in 145 milliseconds