MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / aligned

Function aligned

src/stackWalker.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24static inline bool aligned(uintptr_t ptr) {
25 return (ptr & (sizeof(uintptr_t) - 1)) == 0;
26}
27
28static inline bool inDeadZone(const void* ptr) {
29 return ptr < (const void*)DEAD_ZONE || ptr > (const void*)-DEAD_ZONE;

Callers 4

getMethodIdFunction · 0.85
walkFPMethod · 0.85
walkDwarfMethod · 0.85
walkVMMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected