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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 208 uptr last_total_allocated = 0; local in function:TestSizeClassAllocator
247 if (last_total_allocated == 0)
248 last_total_allocated = total_allocated;
249 CHECK_EQ(last_total_allocated, total_allocated);
sanitizer_allocator_test.cc 208 uptr last_total_allocated = 0; local in function:TestSizeClassAllocator
247 if (last_total_allocated == 0)
248 last_total_allocated = total_allocated;
249 CHECK_EQ(last_total_allocated, total_allocated);

Completed in 24 milliseconds