OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kStripFrames
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc
111
static const int
kStripFrames
= 2;
113
static const int
kStripFrames
= 3;
221
stack, kMaxStackDepth,
kStripFrames
+ skip_count + 1);
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc
116
static const int
kStripFrames
= 2;
118
static const int
kStripFrames
= 3;
212
stack, kMaxStackDepth,
kStripFrames
+ skip_count + 1);
Completed in 36 milliseconds