MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / tryAddAndLookup

Function tryAddAndLookup

src/misc/alloc_tracker_fast_stack.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229static __declspec(noinline) PRUNTIME_FUNCTION tryAddAndLookup(ULONG64 pc, const CachedModule *&lastMod,
230 ULONG64 &imageBase, int &pdataHint) noexcept {
231 return tryAddModuleForPC(pc) ? cachedLookupOnly(pc, lastMod, imageBase, pdataHint) : nullptr;
232}
233
234// ---------------------------------------------------------------------------
235// Lightweight UNWIND_INFO interpreter

Callers 2

walk_from_contextFunction · 0.85

Calls 2

tryAddModuleForPCFunction · 0.85
cachedLookupOnlyFunction · 0.85

Tested by

no test coverage detected