OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCMallocGuard
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc_guard.h
33
// We expose the
TCMallocGuard
class -- which initializes the tcmalloc
36
// create a static
TCMallocGuard
instance at the top of a file where
42
class
TCMallocGuard
{
44
TCMallocGuard
();
45
~
TCMallocGuard
();
tcmalloc.cc
131
#include "tcmalloc_guard.h" // for
TCMallocGuard
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc_guard.h
33
// We expose the
TCMallocGuard
class -- which initializes the tcmalloc
36
// create a static
TCMallocGuard
instance at the top of a file where
42
class
TCMallocGuard
{
44
TCMallocGuard
();
45
~
TCMallocGuard
();
tcmalloc.cc
131
#include "tcmalloc_guard.h" // for
TCMallocGuard
[
all
...]
Completed in 51 milliseconds