Searched refs:allocations (Results 1 – 7 of 7) sorted by relevance
47 void **allocations = new void *[count]; in allocate_random_no_alignment() local51 allocations[i] = malloc(sizes[i]); in allocate_random_no_alignment()52 if (allocations[i] == NULL) { in allocate_random_no_alignment()57 if (((addr_t)allocations[i] & 0xf) != 0) { in allocate_random_no_alignment()59 allocations[i]); in allocate_random_no_alignment()63 write_test_pattern(allocations[i], sizes[i]); in allocate_random_no_alignment()67 verify_test_pattern(allocations[i], sizes[i]); in allocate_random_no_alignment()68 free(allocations[i]); in allocate_random_no_alignment()71 delete[] allocations; in allocate_random_no_alignment()79 void **allocations = new void *[count]; in allocate_random_fixed_alignment() local[all …]
65 void* allocations[allocationCount]; in main() local67 allocations[i] = malloc(rand() % 50); in main()69 free(allocations[i]); in main()
11 A file containing the allocations with stack traces from25 excludes is used that removes known allocations that are never30 Do not exclude allocations with no stack trace. By default31 allocations without a stack trace are excluded. This should32 only happen for very early allocations where the stack trace34 able to generate such allocations.38 Exclude allocations that match a regular expression. The
67 application make only a few large memory allocations, instead of many68 expensive small allocations.
299 memory allocations fail.328 memory allocations fail.
64 allocations in libintl when transliteration was needed.
547 allocations, instead of many small expensive allocations.