/malloc/ |
A D | tst-mallocalign1.c | 27 void *p = malloc (s); in test() local 37 void *p; in do_test() local
|
A D | tst-malloc-thread-fail.c | 89 void *p = realloc (NULL, 16); in allocate_1() local 103 void *p = aligned_alloc (alignment, allocation_size); in allocate_1() local 108 void *p = memalign (alignment, allocation_size); in allocate_1() local 113 void *p; in allocate_1() local 129 void *p = valloc (allocation_size); in allocate_1() local 134 void *p = pvalloc (allocation_size); in allocate_1() local 139 char *p = allocate_zeroed (1, allocation_size); in allocate_1() local
|
A D | malloc-check.c | 26 #define SAFE_CHAR_OFFSET(p,offset) \ argument 35 magicbyte (const void *p) in magicbyte() 57 mchunkptr p = mem2chunk (mem); in malloc_check_get_size() local 78 mchunkptr p; in mem2mem_check() local 110 mchunkptr p; in mem2chunk_check() local 213 mchunkptr p; in free_check() local
|
A D | malloc.c | 1324 #define misaligned_chunk(p) \ argument 1429 #define inuse(p) \ argument 1433 #define set_inuse(p) \ argument 2003 alloc_perturb (char *p, size_t n) in alloc_perturb() 2010 free_perturb (char *p, size_t n) in free_perturb() 2264 mchunkptr p; in do_check_malloc_state() local 3043 munmap_chunk (mchunkptr p) in munmap_chunk() 3532 void *p; in _mid_memalign() local 3701 mchunkptr p = mem2chunk (mem); in __libc_calloc() local 5125 mchunkptr p = mem2chunk (mem); in musable() local [all …]
|
A D | tst-malloc-usable.c | 32 void *p = malloc (7); in do_test() local
|
A D | tst-pvalloc-fortify.c | 34 void *p = pvalloc (5); in do_test() local
|
A D | set-freeres.c | 52 void *const *p; in __libc_freeres() local
|
A D | tst-malloc-check.c | 35 void *p, *q; in do_test() local
|
A D | tst-trim1.c | 27 void *p = malloc (256); in do_test() local
|
A D | tst-malloc.c | 35 void *p, *q; in do_test() local
|
A D | tst-posix_memalign.c | 38 void *p; in do_test() local
|
A D | tst-pvalloc.c | 38 void *p; in do_test() local
|
A D | tst-valloc.c | 38 void *p; in do_test() local
|
A D | tst-memalign.c | 38 void *p; in do_test() local
|
A D | tst-realloc.c | 36 void *p; in do_test() local
|
A D | tst-safe-linking.c | 120 void * volatile p = calloc (1, size); in test_fastbin() local 159 void * volatile p = calloc (1, size); in test_fastbin_consolidate() local
|
A D | tst-mtrace.c | 53 char **p; in do_test() local
|
A D | tst-alloc_buffer.c | 579 const char *p = alloc_buffer_copy_string (&buf, ""); in test_copy_string() local 589 const char *p = alloc_buffer_copy_string (&buf, "1"); in test_copy_string() local 599 const char *p = alloc_buffer_copy_string (&buf, "12"); in test_copy_string() local 609 const char *p = alloc_buffer_copy_string (&buf, "123"); in test_copy_string() local
|
A D | tst-compathooks-off.c | 111 void *p; in do_test() local
|
A D | tst-malloc-stats-cancellation.c | 50 char block[BUFSIZ], *p; in buffer_threadproc() local
|
A D | arena.c | 442 mchunkptr p; in dump_heap() local 645 mchunkptr top_chunk = top (ar_ptr), p; in heap_trim() local 845 for (mstate p = free_list; p != NULL; p = p->next_free) in remove_from_free_list() local
|
A D | malloc-debug.c | 163 #define DUMPED_MAIN_ARENA_CHUNK(p) \ argument 410 mchunkptr p = mem2chunk (mem); in strong_alias() local
|
A D | obstack.c | 62 void *p; member
|