Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/gwp_asan/
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 Size = 0;
75 CallSiteInfo AllocationTrace;
76 CallSiteInfo DeallocationTrace;
79 bool IsDeallocated = false;
Dcommon.cpp14 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
Dcrash_handler.cpp15 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
Dguarded_pool_allocator.cpp29 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
/external/gwp_asan/gwp_asan/
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;
Dcommon.cpp14 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
Dcrash_handler.cpp16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
Dguarded_pool_allocator.cpp17 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
/external/gwp_asan/gwp_asan/tests/
Dcrash_handler_api.cpp16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dcrash_handler_api.cpp16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef