Home | History | Annotate | Download | only in allocator

Lines Matching defs:Allocator

5 #include "base/allocator/allocator_shim.h"
33 TCMALLOC, // TCMalloc is the default allocator.
35 WINHEAP, // Windows Heap (standard Windows allocator).
37 } Allocator;
39 // This is the default allocator. This value can be changed at startup by
42 // allocator.
44 static Allocator allocator = WINHEAP;
47 // selection of the allocator. The primary may be used to control overall
48 // allocator selection, and the secondary can be used to specify an allocator
113 switch (allocator) {
141 switch (allocator) {
165 switch (allocator) {
197 switch (allocator) {
214 switch (allocator) {
236 allocator = JEMALLOC;
238 allocator = WINHEAP;
240 allocator = WINLFH;
242 allocator = TCMALLOC;
245 switch (allocator) {
282 namespace allocator {
305 } // namespace allocator.