Searched defs:A (Results 1 – 2 of 2) sorted by relevance
/malloc/ |
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 2064 # define check_malloc_state(A) 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 2072 # define check_malloced_chunk(A, P, N) do_check_malloced_chunk (A, P, N) argument [all …]
|
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 14 milliseconds