Home
last modified time | relevance | path

Searched refs:memalign_t (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/tcsh/
HDtc.alloc.c172 memalign_t
219 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_t
353 return ((memalign_t) cp); in calloc()
356 return ((memalign_t) 0); in calloc()
358 return ((memalign_t) 0); in calloc()
378 memalign_t
[all …]
HDtc.decls.h47 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);
HDtc.os.h504 extern memalign_t malloc();
505 extern memalign_t realloc();
506 extern memalign_t calloc();
HDsh.h479 typedef ptr_t memalign_t; typedef
488 } *memalign_t; typedef