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

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp 577 uptr heap_allocations_count = 0; local
584 if (heap_allocations_count < ARRAY_SIZE(heap_allocations_storage)) {
591 auto &ha = heap_allocations_storage[heap_allocations_count++];
602 {heap_allocations_storage, heap_allocations_count}};

Completed in 17 milliseconds