Searched refs:StackDepot (Results 1 – 5 of 5) sorted by relevance
34 std::vector<char> StackDepot(sizeof(scudo::StackDepot), 0); in LLVMFuzzerTestOneInput() local35 for (size_t i = 0; i < StackDepotBytes.length() && i < StackDepot.size(); in LLVMFuzzerTestOneInput()37 StackDepot[i] = StackDepotBytes[i]; in LLVMFuzzerTestOneInput()55 AllocatorT::getErrorInfo(&ErrorInfo, FaultAddr, StackDepot.data(), in LLVMFuzzerTestOneInput()
57 StackDepot; typedef58 static StackDepot theDepot;61 static TwoLevelMap<atomic_uint32_t, StackDepot::kNodesSize1,62 StackDepot::kNodesSize2>
69 return sizeof(scudo::StackDepot); in __scudo_get_stack_depot_size()
41 class StackDepot {
967 static void collectTraceMaybe(const StackDepot *Depot, in collectTraceMaybe()986 auto *Depot = reinterpret_cast<const StackDepot *>(DepotPtr); in getErrorInfo()1054 StackDepot Depot;1329 const StackDepot *Depot, in getInlineErrorInfo()1412 const StackDepot *Depot, in getRingBufferErrorInfo()