Searched refs:memalign_t (Results 1 – 4 of 4) sorted by relevance
172 memalign_t219 return ((memalign_t) 0); in malloc()234 return ((memalign_t) (((caddr_t) p) + MEMALIGN(sizeof(union overhead)))); in malloc()237 return ((memalign_t) 0); in malloc()239 return ((memalign_t) 0); in malloc()343 memalign_t353 return ((memalign_t) cp); in calloc()356 return ((memalign_t) 0); in calloc()358 return ((memalign_t) 0); in calloc()378 memalign_t[all …]
47 extern memalign_t malloc (size_t);48 extern memalign_t realloc (ptr_t, size_t);49 extern memalign_t calloc (size_t, size_t);54 extern memalign_t smalloc (size_t);55 extern memalign_t srealloc (ptr_t, size_t);56 extern memalign_t scalloc (size_t, size_t);
504 extern memalign_t malloc();505 extern memalign_t realloc();506 extern memalign_t calloc();
479 typedef ptr_t memalign_t; typedef488 } *memalign_t; typedef