Searched refs:kMaxTraceLengthToCollect (Results 1 – 5 of 5) sorted by relevance
38 constexpr size_t AllocationMetadata::kMaxTraceLengthToCollect; member in gwp_asan::AllocationMetadata62 uintptr_t UncompressedBuffer[kMaxTraceLengthToCollect]; in RecordBacktrace()64 Backtrace(UncompressedBuffer, kMaxTraceLengthToCollect); in RecordBacktrace()68 if (BacktraceLength > kMaxTraceLengthToCollect) in RecordBacktrace()69 BacktraceLength = kMaxTraceLengthToCollect; in RecordBacktrace()
125 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_allocation_trace()129 AllocationMetadata::kMaxTraceLengthToCollect); in __gwp_asan_get_allocation_trace()149 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_deallocation_trace()153 AllocationMetadata::kMaxTraceLengthToCollect); in __gwp_asan_get_deallocation_trace()
70 static constexpr size_t kMaxTraceLengthToCollect = 128; member
69 gwp_asan::AllocationMetadata::kMaxTraceLengthToCollect, getpid()); in PrintBacktraceUnwindstack()
98 EXPECT_EQ(gwp_asan::AllocationMetadata::kMaxTraceLengthToCollect, in TEST()