Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 7 of 7) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dmemalign_test.cpp47 void **allocations = new void *[count]; in allocate_random_no_alignment() local
51 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 …]
H A Dsignal_in_allocator_test.cpp65 void* allocations[allocationCount]; in main() local
67 allocations[i] = malloc(rand() % 50); in main()
69 free(allocations[i]); in main()
/haiku/src/bin/
H A Dleak_analyser.sh11 A file containing the allocations with stack traces from
25 excludes is used that removes known allocations that are never
30 Do not exclude allocations with no stack trace. By default
31 allocations without a stack trace are excluded. This should
32 only happen for very early allocations where the stack trace
34 able to generate such allocations.
38 Exclude allocations that match a regular expression. The
/haiku/docs/user/support/
H A Dsupport_intro.dox67 application make only a few large memory allocations, instead of many
68 expensive small allocations.
/haiku/docs/user/interface/
H A DGridLayout.dox299 memory allocations fail.
328 memory allocations fail.
/haiku/src/libs/iconv/
H A DNEWS64 allocations in libintl when transliteration was needed.
/haiku/docs/user/
H A Dbook.dox547 allocations, instead of many small expensive allocations.