OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:call_stack_depth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h
127
int
call_stack_depth
; // number of caller stack frames that we saved
member in struct:MemoryRegionMap::Region
129
// filled to
call_stack_depth
size
136
// but it also returns NULL when
call_stack_depth
is 0,
141
return reinterpret_cast<uintptr_t>(
call_stack_depth
>= 1
158
call_stack_depth
= 0;
162
RAW_DCHECK(
call_stack_depth
== 0, ""); // only one such set is allowed
163
call_stack_depth
= depth;
181
RAW_DCHECK(
call_stack_depth
>= 0 &&
182
call_stack_depth
<= kMaxStackDepth, "");
/external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h
139
int
call_stack_depth
; // number of caller stack frames that we saved
member in struct:MemoryRegionMap::Region
141
// filled to
call_stack_depth
size
148
// but it also returns NULL when
call_stack_depth
is 0,
153
return reinterpret_cast<uintptr_t>(
call_stack_depth
>= 1
170
call_stack_depth
= 0;
174
RAW_DCHECK(
call_stack_depth
== 0, ""); // only one such set is allowed
175
call_stack_depth
= depth;
193
RAW_DCHECK(
call_stack_depth
>= 0 &&
194
call_stack_depth
<= kMaxStackDepth, "");
Completed in 85 milliseconds