Searched refs:malloc (Results 1 – 7 of 7) sorted by relevance
19 #define malloc _hurd_malloc macro
28 struct hurd_fd *d = malloc (sizeof (struct hurd_fd)); in _hurd_new_fd()
200 malloc (size_t size) in malloc() function323 return malloc (new_size); in realloc()360 new_base = malloc(new_size); in realloc()
51 _hurd_dtable = malloc (_hurd_dtablesize * sizeof (*_hurd_dtable)); in init_dtable()64 struct hurd_fd *new = malloc (sizeof (struct hurd_fd)); in init_dtable()
73 _hurd_ports = malloc (portarraysize * sizeof (*_hurd_ports)); in _hurd_init()
379 envp = malloc ((envc + 1) * sizeof (char *)); in _S_msg_set_environment()
86 ss = malloc (sizeof (*ss)); in _hurd_thread_sigstate()1648 value = malloc (++valuelen); in _hurdsig_getenv()
Completed in 15 milliseconds