MCPcopy Create free account
hub / github.com/RicardoJiang/android-performance / backtrace_stack

Class backtrace_stack

memory-hook/src/main/cpp/MemoryHook.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17map<void *, size_t> objMap;
18
19struct backtrace_stack {
20 void **current;
21 void **end;
22};
23
24static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *data) {
25 auto *state = (struct backtrace_stack *) (data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected