OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:self_bt
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
debug_stacktrace.cpp
123
uintptr_t
self_bt
[16];
local
125
frame_count = get_backtrace(
self_bt
, 16);
126
frames =
self_bt
;
/hardware/ti/omap4xxx/
heaptracker.c
103
intptr_t
self_bt
[MAX_BACKTRACE_DEPTH];
local
106
depth = heaptracker_stacktrace(
self_bt
, MAX_BACKTRACE_DEPTH);
107
bt =
self_bt
;
Completed in 37 milliseconds