Searched refs:AllocatorState (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/ |
| H A D | common.h | 106 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 D | common.cpp | 75 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 D | crash_handler.h | 38 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 D | crash_handler.cpp | 23 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 D | guarded_pool_allocator.h | 116 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 D | crash_handler_api.cpp | 17 using AllocatorState = gwp_asan::AllocatorState; typedef 101 AllocatorState State = {};
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/ |
| H A D | segv_handler_posix.cpp | 88 void dumpReport(uintptr_t ErrorPtr, const gwp_asan::AllocatorState *State, in dumpReport()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 213 const gwp_asan::AllocatorState *getGwpAsanAllocatorState() { in getGwpAsanAllocatorState()
|