OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCMALLOC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/allocator/
allocator_shim.cc
17
// TODO(mbelshe): Ensure that all calls to
tcmalloc
have the proper call depth
35
TCMALLOC
, //
TCMalloc
is the default allocator.
45
// TODO(jar): Switch to using
TCMALLOC
for the renderer as well.
50
static Allocator allocator =
TCMALLOC
;
59
// We include
tcmalloc
and the win_allocator to get as much inlining as
79
// this lock only protects against
tcmalloc
interfering with
128
case
TCMALLOC
:
151
case
TCMALLOC
:
174
case
TCMALLOC
[
all
...]
/external/chromium/base/allocator/
allocator_shim.cc
12
// so that only
tcmalloc
can be used.
15
// TODO(mbelshe): Ensure that all calls to
tcmalloc
have the proper call depth
33
TCMALLOC
, //
TCMalloc
is the default allocator.
43
// TODO(jar): Switch to using
TCMALLOC
for the renderer as well.
53
// We include
tcmalloc
and the win_allocator to get as much inlining as
55
#include "
tcmalloc
.cc"
74
// this lock only protects against
tcmalloc
interfering with
121
case
TCMALLOC
:
127
//
TCMalloc
case
[
all
...]
Completed in 93 milliseconds