HomeSort by relevance Sort by last modified time
    Searched refs:TCMALLOC (Results 1 - 2 of 2) sorted by null

  /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...]
  /external/chromium_org/base/allocator/
allocator_shim.cc 16 // so that only tcmalloc can be used.
19 // TODO(mbelshe): Ensure that all calls to tcmalloc have the proper call depth
37 TCMALLOC, // TCMalloc is the default allocator.
47 // TODO(jar): Switch to using TCMALLOC for the renderer as well.
52 static Allocator allocator = TCMALLOC;
61 // We include tcmalloc and the win_allocator to get as much inlining as
81 // this lock only protects against tcmalloc interfering with
131 case TCMALLOC:
137 // TCMalloc case
    [all...]

Completed in 175 milliseconds