MCPcopy Create free account
hub / github.com/acl-dev/acl / QuadAlign

Function QuadAlign

lib_fiber/cpp/src/detours/image.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309static inline DWORD QuadAlign(DWORD a)
310{
311 return Align(a, 8);
312}
313
314static LPCSTR DuplicateString(_In_ LPCSTR pszIn)
315{

Callers 4

SetMethod · 0.85
AllocateOutputMethod · 0.85
ReadMethod · 0.85
WriteMethod · 0.85

Calls 1

AlignFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…