Home
last modified time | relevance | path

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

/external/gwp_asan/gwp_asan/
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;
Dcommon.cpp14 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
Dcrash_handler.cpp16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
Dguarded_pool_allocator.cpp18 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
/external/gwp_asan/gwp_asan/tests/
Dcrash_handler_api.cpp16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef