Searched refs:q (Results 1 – 4 of 4) sorted by relevance
35 void *p, *q; in do_test() local69 q = malloc (256); in do_test()70 if (q == NULL) in do_test()108 free (q); in do_test()
35 void *p, *q; in do_test() local83 q = malloc (-512 * 1024); in do_test()85 if (q != NULL) in do_test()
90 void *q; in allocate_1() local92 q = NULL; in allocate_1()95 q = realloc (p, allocation_size); in allocate_1()96 if (q == NULL) in allocate_1()99 return (struct allocate_result) {q, _Alignof (max_align_t)}; in allocate_1()
2035 void *q = PTR_ALIGN_DOWN (p, GLRO (dl_pagesize)); in madvise_thp() local2036 size += PTR_DIFF (p, q); in madvise_thp()2037 p = q; in madvise_thp()2265 mchunkptr q; in do_check_malloc_state() local2390 for (q = next_chunk (p); in do_check_malloc_state()2391 (q != av->top && inuse (q) && in do_check_malloc_state()2392 (unsigned long) (chunksize (q)) >= MINSIZE); in do_check_malloc_state()2393 q = next_chunk (q)) in do_check_malloc_state()2394 do_check_inuse_chunk (av, q); in do_check_malloc_state()
Completed in 15 milliseconds