Home
last modified time | relevance | path

Searched defs:AllocationMetadata (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h61 struct AllocationMetadata { struct
65 static constexpr size_t kStackFrameStorageBytes = 256;
70 static constexpr size_t kMaxTraceLengthToCollect = 128;
77 struct CallSiteInfo {
92 uintptr_t Addr = 0;
94 size_t RequestedSize = 0;
96 CallSiteInfo AllocationTrace;
97 CallSiteInfo DeallocationTrace;
100 bool IsDeallocated = false;
106 bool HasCrashed = false;
H A Dcommon.cpp14 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
H A Dcrash_handler.cpp16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
H A Dguarded_pool_allocator.cpp18 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef