Searched defs:x (Results 1 – 4 of 4) sorted by relevance
31 char * volatile x = malloc (32); in do_test() local
21 char *x; in main() local
379 #define malloc_opt_barrier(x) \ argument
321 # define csize2tidx(x) (((x) - MINSIZE + MALLOC_ALIGNMENT - 1) / MALLOC_ALIGNMENT) argument323 # define usize2tidx(x) csize2tidx (request2size (x)) argument
Completed in 17 milliseconds