OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Jul 30 00:24:59 UTC 2026