Lines Matching defs:allocator
39 int allocator;
177 return l1->allocator - l2->allocator;
434 else if (!strcmp(arg, "allocator") || !strcmp(arg, "ator"))
444 int allocator = 0;
447 allocator |= ALLOCATOR_CMA;
449 allocator |= ALLOCATOR_SLAB;
461 allocator |= ALLOCATOR_VMALLOC;
463 if (allocator == 0)
464 allocator = ALLOCATOR_OTHERS;
465 return allocator;
549 list[list_size].allocator = get_allocator(buf, ext_buf);
670 static void print_allocator(FILE *out, int allocator)
673 if (allocator & ALLOCATOR_CMA)
675 if (allocator & ALLOCATOR_SLAB)
677 if (allocator & ALLOCATOR_VMALLOC)
679 if (allocator & ALLOCATOR_OTHERS)
706 "stacktrace, allocator)\n"
908 print_allocator(fout, list[i].allocator);
922 print_allocator(fout, list[i].allocator);