OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:growth_stacks_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.h
76
static StackTrace* growth_stacks() { return
growth_stacks_
; }
77
static void set_growth_stacks(StackTrace* s) {
growth_stacks_
= s; }
104
static StackTrace*
growth_stacks_
;
member in class:tcmalloc::Static
static_vars.cc
49
StackTrace* Static::
growth_stacks_
= NULL;
member in class:tcmalloc::Static
/external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.h
76
static StackTrace* growth_stacks() { return
growth_stacks_
; }
77
static void set_growth_stacks(StackTrace* s) {
growth_stacks_
= s; }
104
static StackTrace*
growth_stacks_
;
member in class:tcmalloc::Static
static_vars.cc
49
StackTrace* Static::
growth_stacks_
= NULL;
member in class:tcmalloc::Static
Completed in 138 milliseconds