Home | History | Annotate | Download | only in tests

Lines Matching refs:printf

19   printf("%s\n", msg);
22 printf("%10d int arena; /* non-mmapped space allocated from system */\n", mallinfo_result.arena);
23 printf("%10d int ordblks; /* number of free chunks */\n", mallinfo_result.ordblks);
24 printf("%10d int smblks; /* number of fastbin blocks */\n", mallinfo_result.smblks);
25 printf("%10d int hblks; /* number of mmapped regions */\n", mallinfo_result.hblks);
26 printf("%10d int hblkhd; /* space in mmapped regions */\n", mallinfo_result.hblkhd);
27 printf("%10d int usmblks; /* maximum total allocated space */\n", mallinfo_result.usmblks);
28 printf("%10d int fsmblks; /* space available in freed fastbin blocks */\n", mallinfo_result.fsmblks);
29 printf("%10d int uordblks; /* total allocated space */\n", mallinfo_result.uordblks);
30 printf("%10d int fordblks; /* total free space */\n", mallinfo_result.fordblks);
31 printf("%10d int keepcost; /* top-most, releasable (via malloc_trim) space */\n", mallinfo_result.keepcost);
32 printf("\n");
59 printf ("failure %d could not allocate size %lu\n",
62 printf("big 0x%p\n", big);
69 printf ("failure %d could not allocate size %lu\n",
74 printf("big 0x%p\n", big);
77 printf ("after %d loops, last size block requested %lu\n", loop, bigsize);
87 printf ("%d mallocs failed, below output is doubful\n", malloc_failure);
89 printf("unexpected heap fragmentation %lu\n",
94 printf("reasonable heap usage\n");