Home | History | Annotate | Download | only in hwasan

Lines Matching refs:har

142                                HeapAllocationRecord *har, uptr *ring_index,
153 *har = h;
454 HeapAllocationRecord har;
456 if (FindHeapAllocation(t->heap_allocations(), tagged_addr, &har,
463 untagged_addr, untagged_addr - UntagAddr(har.tagged_addr),
464 har.requested_size, UntagAddr(har.tagged_addr),
465 UntagAddr(har.tagged_addr) + har.requested_size);
469 GetStackTraceFromId(har.free_context_id).Print();
474 GetStackTraceFromId(har.alloc_context_id).Print();