Searched refs:kMaxAllocators (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsystem-alloc.cc168 for (int i = 0; i < kMaxAllocators; i++) {
176 if (index < kMaxAllocators && alloc != NULL) {
185 static const int kMaxAllocators = 2; member in class:DefaultSysAllocator
186 bool failed_[kMaxAllocators];
187 SysAllocator* allocs_[kMaxAllocators];
188 const char* names_[kMaxAllocators];
428 for (int i = 0; i < kMaxAllocators; i++) {
439 for (int i = 0; i < kMaxAllocators; i++) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsystem-alloc.cc311 for (int i = 0; i < kMaxAllocators; i++) {
319 if (index < kMaxAllocators && alloc != NULL) {
328 static const int kMaxAllocators = 2; member in class:DefaultSysAllocator
329 bool failed_[kMaxAllocators];
330 SysAllocator* allocs_[kMaxAllocators];
331 const char* names_[kMaxAllocators];
565 for (int i = 0; i < kMaxAllocators; i++) {
576 for (int i = 0; i < kMaxAllocators; i++) {

Completed in 285 milliseconds