Home
last modified time | relevance | path

Searched defs:x (Results 1 – 4 of 4) sorted by relevance

/malloc/
A Dtst-tcfree1.c31 char * volatile x = malloc (32); in do_test() local
A Dmallocbug.c21 char *x; in main() local
A Dmcheck-impl.c379 #define malloc_opt_barrier(x) \ argument
A Dmalloc.c321 # define csize2tidx(x) (((x) - MINSIZE + MALLOC_ALIGNMENT - 1) / MALLOC_ALIGNMENT) argument
323 # define usize2tidx(x) csize2tidx (request2size (x)) argument

Completed in 17 milliseconds