Searched defs:MAX_DEPTH (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DCallStack.h35 // Prune the lowest-most stack frames until we have at most MAX_DEPTH.
36 MAX_DEPTH = 31, enumerator in enum:android::CallStack::__anon108
46 int32_t maxDepth=MAX_DEPTH);
69 void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH, pid_t tid=CURRENT_THREAD);
90 backtrace_frame_t mStack[MAX_DEPTH];
/system/core/libcorkscrew/
H A Dtest.cpp7 const size_t MAX_DEPTH = 32; local
8 backtrace_frame_t* frames = (backtrace_frame_t*) malloc(sizeof(backtrace_frame_t) * MAX_DEPTH);
9 ssize_t frame_count = unwind_backtrace(frames, 0, MAX_DEPTH);

Completed in 959 milliseconds