Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h40 struct AllocationMetadata { struct
44 static constexpr size_t kStackFrameStorageBytes = 256;
49 static constexpr size_t kMaxTraceLengthToCollect = 128;
56 struct CallSiteInfo {
71 uintptr_t Addr = 0;
73 size_t RequestedSize = 0;
75 CallSiteInfo AllocationTrace;
76 CallSiteInfo DeallocationTrace;
79 bool IsDeallocated = 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.cpp17 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef