Lines Matching full:tcmalloc
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.
151 // TCMalloc case.
173 case TCMALLOC:
179 // TCMalloc case.
241 else if (!stricmp(environment_value, "tcmalloc"))
242 allocator = TCMALLOC;
252 case TCMALLOC:
258 // Initializing tcmalloc.
296 char* secondary_value = secondary_length ? buffer : "TCMALLOC";