Home | History | Annotate | Download | only in amd64

Lines Matching refs:szB

28 static void* memalign16(size_t szB)
33 x = malloc(szB);
35 x = memalign(16, szB);