Searched defs:result (Results 1 – 15 of 15) sorted by relevance
/malloc/ |
A D | tst-dynarray.c | 76 struct int_array result = { (int *) (uintptr_t) -1, -1 }; in test_int() local 160 struct int_array result = { (int *) (uintptr_t) -1, -1 }; in test_int() local 203 struct str_array result = { (char **) (uintptr_t) -1, -1 }; in test_str() local 294 struct str_array result = { (char **) (uintptr_t) -1, -1 }; in test_str() local 411 struct long_array result; in test_long_init() local 520 char *result = zstr_finalize (&s, NULL); in test_zstr() local 535 char *result = zstr_finalize (&s, NULL); in test_zstr() local 559 char *result = zstr_finalize (&s, NULL); in test_zstr() local
|
A D | morecore.c | 29 void *result = (void *) __sbrk (increment); in __glibc_morecore() local
|
A D | tst-interpose-aux.c | 161 void *result = mmap (NULL, allocation_size, PROT_READ | PROT_WRITE, in malloc_internal() local 181 int result = mprotect (header, header->allocation_size, PROT_NONE); in free_internal() local 228 void *result = malloc_internal (size); in malloc() local 254 void *result = malloc_internal (a * b); in calloc() local 272 void *result = realloc_internal (ptr, n); in realloc() local
|
A D | memusage.c | 139 update_data (struct header *result, size_t len, size_t old_len) in update_data() 349 struct header *result = NULL; in malloc() local 399 struct header *result = NULL; in realloc() local 494 struct header *result; in calloc() local 597 void *result = NULL; in mmap() local 650 void *result = NULL; in mmap64() local 703 void *result = NULL; in mremap() local 769 int result; in munmap() local
|
A D | tst-dynarray-fail.c | 115 struct int_array result = { (int *) (uintptr_t) -1, -1 }; in test_int_fail() local 146 struct int_array result = { (int *) (uintptr_t) -1, -1 }; in test_int_fail() local 244 struct str_array result = { (char **) (uintptr_t) -1, -1 }; in test_str_fail() local 276 struct str_array result = { (char **) (uintptr_t) -1, -1 }; in test_str_fail() local
|
A D | dynarray_finalize.c | 26 struct dynarray_finalize_result *result) in __libc_dynarray_finalize()
|
A D | tst-obstack.c | 30 int result = 0; in do_test() local
|
A D | tst-dynarray-at-fail.c | 33 struct support_capture_subprocess result in check() local
|
A D | tst-malloc-stats-cancellation.c | 97 int result = 0, err, real_stderr_fd, bufpipe[2]; in do_test() local
|
A D | tst-interpose-skeleton.c | 86 ssize_t result = getline (&actual, &actual_size, fp); in run_tests() local
|
A D | tst-safe-linking.c | 42 struct support_capture_subprocess result in check() local
|
A D | arena.c | 811 mstate result = free_list; in get_free_list() local 865 mstate result; in reused_arena() local
|
A D | dynarray-skeleton.c | 322 DYNARRAY_ELEMENT *result in DYNARRAY_NAME() local
|
A D | tst-mallocstate.c | 132 void *result = next_heap_chunk + 1; in dumped_heap_alloc() local
|
A D | malloc.c | 5047 int result = 0; in mtrim() local 5098 int result = 0; in __malloc_trim() local
|
Completed in 34 milliseconds