Home | History | Annotate | Download | only in vendor

Lines Matching defs:malloc_printf

1255 #define malloc_printf moz_malloc_printf
1257 static void malloc_printf(const char *format, ...);
1734 malloc_printf("%d x USER malloc_init()\n", getpid());
1736 malloc_printf("%d x USER %p = malloc(%zu)\n", getpid(), ut->r,
1739 malloc_printf("%d x USER %p = realloc(%p, %zu)\n", getpid(),
1742 malloc_printf("%d x USER free(%p)\n", getpid(), ut->p);
1760 malloc_printf(const char *format, ...)
1991 malloc_printf("dirty: %Iu page%s dirty, %I64u sweep%s,"
1998 malloc_printf("decommit: %I64u decommit%s, %I64u commit%s,"
2006 malloc_printf(" allocated nmalloc ndalloc\n");
2007 malloc_printf("small: %12Iu %12I64u %12I64u\n",
2010 malloc_printf("large: %12Iu %12I64u %12I64u\n",
2013 malloc_printf("total: %12Iu %12I64u %12I64u\n",
2017 malloc_printf("mapped: %12Iu\n", arena->stats.mapped);
2019 malloc_printf("dirty: %zu page%s dirty, %llu sweep%s,"
2026 malloc_printf("decommit: %llu decommit%s, %llu commit%s,"
2034 malloc_printf(" allocated nmalloc ndalloc\n");
2035 malloc_printf("small: %12zu %12llu %12llu\n",
2038 malloc_printf("large: %12zu %12llu %12llu\n",
2041 malloc_printf("total: %12zu %12llu %12llu\n",
2045 malloc_printf("mapped: %12zu\n", arena->stats.mapped);
2047 malloc_printf("bins: bin size regs pgs requests newruns"
2057 malloc_printf("[%u..%u]\n",
2061 malloc_printf("[%u]\n", gap_start);
2065 malloc_printf(
2088 malloc_printf("[%u..%u]\n", gap_start, i - 1);
2091 malloc_printf("[%u]\n", gap_start);
5436 malloc_printf("Allocated: %lu, mapped: %lu\n",
5439 malloc_printf("Allocated: %zu, mapped: %zu\n",
5444 malloc_printf("Reserve: min "
5447 malloc_printf(" %12lu %12lu %12lu\n",
5452 malloc_printf(" %12zu %12zu %12zu\n",
5460 malloc_printf("Arena balance reassignments: %llu\n",
5472 malloc_printf("chunks: nchunks "
5474 malloc_printf(" %13llu%13lu%13lu\n",
5481 malloc_printf(
5484 malloc_printf(" %12llu %12llu %12lu\n",
5487 malloc_printf(" %12llu %12llu %12zu\n",
5494 malloc_printf(