Searched refs:ucalloc (Results 1 – 12 of 12) sorted by relevance
23 char *p = ucalloc(n); in ucallocz()
64 ucalloc
63 ucalloc
118 extern void* ucalloc(usize);
67 ucalloc
129 extern void* ucalloc(usize);
129 - might use ucalloc.c to allocate uncached scratch space for generated code
69 ucalloc
188 extern void* ucalloc(usize);
29 if((b = ucalloc(sizeof(Block)+size+Hdrspc)) == nil) in _ucallocb()
134 ucalloc(usize size) in ucalloc() function