Home
last modified time | relevance | path

Searched refs:AllocatorState (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dcommon.h106 struct AllocatorState { struct
107 constexpr AllocatorState() {} in AllocatorState() function
157 static_assert(offsetof(AllocatorState, VersionMagic) == 0, ""); argument
160 static_assert(sizeof(AllocatorState) == 56, "");
161 static_assert(offsetof(AllocatorState, FailureAddress) == 48, "");
165 static_assert(sizeof(AllocatorState) == 56, "");
166 static_assert(offsetof(AllocatorState, FailureAddress) == 48, "");
170 static_assert(sizeof(AllocatorState) == 32, "");
171 static_assert(offsetof(AllocatorState, FailureAddress) == 28, "");
175 static_assert(sizeof(AllocatorState) == 32, "");
[all …]
H A Dcommon.cpp75 size_t AllocatorState::maximumAllocationSize() const { return PageSize; } in maximumAllocationSize()
77 uintptr_t AllocatorState::slotToAddr(size_t N) const { in slotToAddr()
81 bool AllocatorState::isGuardPage(uintptr_t Ptr) const { in isGuardPage()
88 static size_t addrToSlot(const AllocatorState *State, uintptr_t Ptr) { in addrToSlot()
94 size_t AllocatorState::getNearestSlot(uintptr_t Ptr) const { in getNearestSlot()
H A Dcrash_handler.h38 bool __gwp_asan_error_is_mine(const gwp_asan::AllocatorState *State,
45 __gwp_asan_diagnose_error(const gwp_asan::AllocatorState *State,
54 __gwp_asan_get_internal_crash_address(const gwp_asan::AllocatorState *State);
62 __gwp_asan_get_metadata(const gwp_asan::AllocatorState *State,
H A Dcrash_handler.cpp23 bool __gwp_asan_error_is_mine(const gwp_asan::AllocatorState *State, in __gwp_asan_error_is_mine()
34 __gwp_asan_get_internal_crash_address(const gwp_asan::AllocatorState *State) { in __gwp_asan_get_internal_crash_address()
39 addrToMetadata(const gwp_asan::AllocatorState *State, in addrToMetadata()
46 __gwp_asan_diagnose_error(const gwp_asan::AllocatorState *State, in __gwp_asan_diagnose_error()
82 __gwp_asan_get_metadata(const gwp_asan::AllocatorState *State, in __gwp_asan_get_metadata()
H A Dguarded_pool_allocator.h116 const AllocatorState *getAllocatorState() const { return &State; } in getAllocatorState()
195 gwp_asan::AllocatorState State;
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dcrash_handler_api.cpp17 using AllocatorState = gwp_asan::AllocatorState; typedef
101 AllocatorState State = {};
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp88 void dumpReport(uintptr_t ErrorPtr, const gwp_asan::AllocatorState *State, in dumpReport()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h213 const gwp_asan::AllocatorState *getGwpAsanAllocatorState() { in getGwpAsanAllocatorState()