Home
last modified time | relevance | path

Searched defs:result (Results 1 – 15 of 15) sorted by relevance

/malloc/
A Dtst-dynarray.c76 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 Dmorecore.c29 void *result = (void *) __sbrk (increment); in __glibc_morecore() local
A Dtst-interpose-aux.c161 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 Dmemusage.c139 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 Dtst-dynarray-fail.c115 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 Ddynarray_finalize.c26 struct dynarray_finalize_result *result) in __libc_dynarray_finalize()
A Dtst-obstack.c30 int result = 0; in do_test() local
A Dtst-dynarray-at-fail.c33 struct support_capture_subprocess result in check() local
A Dtst-malloc-stats-cancellation.c97 int result = 0, err, real_stderr_fd, bufpipe[2]; in do_test() local
A Dtst-interpose-skeleton.c86 ssize_t result = getline (&actual, &actual_size, fp); in run_tests() local
A Dtst-safe-linking.c42 struct support_capture_subprocess result in check() local
A Darena.c811 mstate result = free_list; in get_free_list() local
865 mstate result; in reused_arena() local
A Ddynarray-skeleton.c322 DYNARRAY_ELEMENT *result in DYNARRAY_NAME() local
A Dtst-mallocstate.c132 void *result = next_heap_chunk + 1; in dumped_heap_alloc() local
A Dmalloc.c5047 int result = 0; in mtrim() local
5098 int result = 0; in __malloc_trim() local

Completed in 33 milliseconds