OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stack_allocations_storage
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp
471
SavedStackAllocations
stack_allocations_storage
[16];
member in class:__hwasan::__anon14550::BaseReport
579
if (stack_allocations_count < ARRAY_SIZE(
stack_allocations_storage
) &&
581
stack_allocations_storage
[stack_allocations_count++].CopyFrom(t);
601
return {{
stack_allocations_storage
, stack_allocations_count},
hwasan_report.cpp
471
SavedStackAllocations
stack_allocations_storage
[16];
member in class:__hwasan::__anon14550::BaseReport
579
if (stack_allocations_count < ARRAY_SIZE(
stack_allocations_storage
) &&
581
stack_allocations_storage
[stack_allocations_count++].CopyFrom(t);
601
return {{
stack_allocations_storage
, stack_allocations_count},
Completed in 111 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026