Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 7 of 7) sorted by relevance

/hurd/
A Dhurdmalloc.h19 #define malloc _hurd_malloc macro
A Dnew-fd.c28 struct hurd_fd *d = malloc (sizeof (struct hurd_fd)); in _hurd_new_fd()
A Dhurdmalloc.c200 malloc (size_t size) in malloc() function
323 return malloc (new_size); in realloc()
360 new_base = malloc(new_size); in realloc()
A Ddtable.c51 _hurd_dtable = malloc (_hurd_dtablesize * sizeof (*_hurd_dtable)); in init_dtable()
64 struct hurd_fd *new = malloc (sizeof (struct hurd_fd)); in init_dtable()
A Dhurdinit.c73 _hurd_ports = malloc (portarraysize * sizeof (*_hurd_ports)); in _hurd_init()
A Dhurdmsg.c379 envp = malloc ((envc + 1) * sizeof (char *)); in _S_msg_set_environment()
A Dhurdsig.c86 ss = malloc (sizeof (*ss)); in _hurd_thread_sigstate()
1648 value = malloc (++valuelen); in _hurdsig_getenv()

Completed in 15 milliseconds