HomeSort by: relevance | last modified time | path
    Searched refs:HeapAllocationRecord (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.h 102 struct HeapAllocationRecord {
109 typedef RingBuffer<HeapAllocationRecord> HeapAllocationsRingBuffer;
hwasan_report.cpp 142 HeapAllocationRecord *har, uptr *ring_index,
454 HeapAllocationRecord har;
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.h 123 struct HeapAllocationRecord {
131 typedef RingBuffer<HeapAllocationRecord> HeapAllocationsRingBuffer;
hwasan_report.cpp 166 HeapAllocationRecord *har, uptr *ring_index,
434 HeapAllocationRecord har = {};
586 HeapAllocationRecord har;
768 const HeapAllocationRecord har = ha.har;

Completed in 20 milliseconds