Home | History | Annotate | Download | only in chromium

Lines Matching defs:malloc_printf

1262 #define malloc_printf moz_malloc_printf
1264 static void malloc_printf(const char *format, ...);
1745 malloc_printf("%d x USER malloc_init()\n", getpid());
1747 malloc_printf("%d x USER %p = malloc(%zu)\n", getpid(), ut->r,
1750 malloc_printf("%d x USER %p = realloc(%p, %zu)\n", getpid(),
1753 malloc_printf("%d x USER free(%p)\n", getpid(), ut->p);
1771 malloc_printf(const char *format, ...)
2002 malloc_printf("dirty: %Iu page%s dirty, %I64u sweep%s,"
2009 malloc_printf("decommit: %I64u decommit%s, %I64u commit%s,"
2017 malloc_printf(" allocated nmalloc ndalloc\n");
2018 malloc_printf("small: %12Iu %12I64u %12I64u\n",
2021 malloc_printf("large: %12Iu %12I64u %12I64u\n",
2024 malloc_printf("total: %12Iu %12I64u %12I64u\n",
2028 malloc_printf("mapped: %12Iu\n", arena->stats.mapped);
2030 malloc_printf("dirty: %zu page%s dirty, %llu sweep%s,"
2037 malloc_printf("decommit: %llu decommit%s, %llu commit%s,"
2045 malloc_printf(" allocated nmalloc ndalloc\n");
2046 malloc_printf("small: %12zu %12llu %12llu\n",
2049 malloc_printf("large: %12zu %12llu %12llu\n",
2052 malloc_printf("total: %12zu %12llu %12llu\n",
2056 malloc_printf("mapped: %12zu\n", arena->stats.mapped);
2058 malloc_printf("bins: bin size regs pgs requests newruns"
2068 malloc_printf("[%u..%u]\n",
2072 malloc_printf("[%u]\n", gap_start);
2076 malloc_printf(
2099 malloc_printf("[%u..%u]\n", gap_start, i - 1);
2102 malloc_printf("[%u]\n", gap_start);
5447 malloc_printf("Allocated: %lu, mapped: %lu\n",
5450 malloc_printf("Allocated: %zu, mapped: %zu\n",
5455 malloc_printf("Reserve: min "
5458 malloc_printf(" %12lu %12lu %12lu\n",
5463 malloc_printf(" %12zu %12zu %12zu\n",
5471 malloc_printf("Arena balance reassignments: %llu\n",
5483 malloc_printf("chunks: nchunks "
5485 malloc_printf(" %13llu%13lu%13lu\n",
5492 malloc_printf(
5495 malloc_printf(" %12llu %12llu %12lu\n",
5498 malloc_printf(" %12llu %12llu %12zu\n",
5505 malloc_printf(