OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_LEN
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_refcnt.c
112
#define
STACK_LEN
64
114
static void dump_stack(const char* symbols[
STACK_LEN
])
117
for(i = 0; i <
STACK_LEN
; ++i)
144
struct debug_stack_frame frames[
STACK_LEN
];
145
const char* symbols[
STACK_LEN
];
153
debug_backtrace_capture(frames, 1,
STACK_LEN
);
154
for(i = 0; i <
STACK_LEN
; ++i)
/external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c
112
#define
STACK_LEN
64
114
static void dump_stack(const char* symbols[
STACK_LEN
])
117
for(i = 0; i <
STACK_LEN
; ++i)
144
struct debug_stack_frame frames[
STACK_LEN
];
145
const char* symbols[
STACK_LEN
];
153
debug_backtrace_capture(frames, 1,
STACK_LEN
);
154
for(i = 0; i <
STACK_LEN
; ++i)
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stacktrace_unittest.cc
111
const int
STACK_LEN
= 10;
112
void *stack[
STACK_LEN
];
118
size = GetStackTrace(stack,
STACK_LEN
, 0);
121
CHECK_LE(size,
STACK_LEN
);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stacktrace_unittest.cc
111
const int
STACK_LEN
= 10;
112
void *stack[
STACK_LEN
];
118
size = GetStackTrace(stack,
STACK_LEN
, 0);
121
CHECK_LE(size,
STACK_LEN
);
Completed in 1350 milliseconds