Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDtc.alloc.c176 memalign_t
223 return ((memalign_t) 0); in malloc()
238 return ((memalign_t) (((caddr_t) p) + MEMALIGN(sizeof(union overhead)))); in malloc()
241 return ((memalign_t) 0); in malloc()
243 return ((memalign_t) 0); in malloc()
347 memalign_t
360 return ((memalign_t) cp); in calloc()
363 return ((memalign_t) 0); in calloc()
365 return ((memalign_t) 0); in calloc()
385 memalign_t
[all …]
HDtc.decls.h46 extern memalign_t malloc (size_t);
47 extern memalign_t realloc (ptr_t, size_t);
48 extern memalign_t calloc (size_t, size_t);
53 extern memalign_t smalloc (size_t);
54 extern memalign_t srealloc (ptr_t, size_t);
55 extern memalign_t scalloc (size_t, size_t);
HDtc.os.h503 extern memalign_t malloc();
504 extern memalign_t realloc();
505 extern memalign_t calloc();
HDsh.h475 typedef ptr_t memalign_t; typedef
484 } *memalign_t; typedef