Home
last modified time | relevance | path

Searched refs:kMaxTraceLengthToCollect (Results 1 – 5 of 5) sorted by relevance

/external/gwp_asan/gwp_asan/
Dcommon.cpp38 constexpr size_t AllocationMetadata::kMaxTraceLengthToCollect; member in gwp_asan::AllocationMetadata
62 uintptr_t UncompressedBuffer[kMaxTraceLengthToCollect]; in RecordBacktrace()
64 Backtrace(UncompressedBuffer, kMaxTraceLengthToCollect); in RecordBacktrace()
68 if (BacktraceLength > kMaxTraceLengthToCollect) in RecordBacktrace()
69 BacktraceLength = kMaxTraceLengthToCollect; in RecordBacktrace()
Dcrash_handler.cpp125 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()
Dcommon.h70 static constexpr size_t kMaxTraceLengthToCollect = 128; member
/external/gwp_asan/android/
Dtest_backtrace.cpp69 gwp_asan::AllocationMetadata::kMaxTraceLengthToCollect, getpid()); in PrintBacktraceUnwindstack()
/external/gwp_asan/gwp_asan/tests/
Dbacktrace.cpp98 EXPECT_EQ(gwp_asan::AllocationMetadata::kMaxTraceLengthToCollect, in TEST()