Home | History | Annotate | Download | only in amd64

Lines Matching refs:malloc

15 //#include "tests/malloc.h" // reenable when reintegrated
25 #include <malloc.h>
32 // Darwin lacks memalign, but its malloc is always 16-aligned anyway.
33 x = malloc(szB);