Home | History | Annotate | Download | only in hwasan

Lines Matching refs:Allocations

126         MmapAlignedOrDieOnFatalError(size, size * 2, "saved stack allocations");
414 allocations(CopyAllocations()),
441 struct Allocations {
465 Allocations CopyAllocations();
483 const Allocations allocations;
573 BaseReport::Allocations BaseReport::CopyAllocations() {
747 for (const auto &sa : allocations.stack) {
761 if (allocations.stack.empty() && candidate.untagged_addr &&
767 for (const auto &ha : allocations.heap) {