Searched defs:P (Results 1 – 3 of 3) sorted by relevance
/malloc/ |
A D | tst-mallinfo2.c | 33 #define P(f) printf("%s: %zu\n", #f, m->f) in print_mi() macro
|
A D | malloc.c | 2059 # define check_chunk(A, P) argument 2060 # define check_free_chunk(A, P) argument 2061 # define check_inuse_chunk(A, P) argument 2062 # define check_remalloced_chunk(A, P, N) argument 2063 # define check_malloced_chunk(A, P, N) argument 2068 # define check_chunk(A, P) do_check_chunk (A, P) argument 2069 # define check_free_chunk(A, P) do_check_free_chunk (A, P) argument 2070 # define check_inuse_chunk(A, P) do_check_inuse_chunk (A, P) argument 2071 # define check_remalloced_chunk(A, P, N) do_check_remalloced_chunk (A, P, N) argument 2072 # define check_malloced_chunk(A, P, N) do_check_malloced_chunk (A, P, N) argument
|
A D | obstack.h | 123 #define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A))) argument 132 #define __PTR_ALIGN(B, P, A) \ argument
|
Completed in 16 milliseconds