Home
last modified time | relevance | path

Searched refs:ucalloc (Results 1 – 12 of 12) sorted by relevance

/plan9/sys/src/9/kw/
H A Duncached.h23 char *p = ucalloc(n); in ucallocz()
H A Dplug64 ucalloc
H A Dplugnv63 ucalloc
H A Dfns.h118 extern void* ucalloc(usize);
/plan9/sys/src/9/omap/
H A Duncached.h23 char *p = ucalloc(n); in ucallocz()
H A Dbeagle67 ucalloc
H A Dfns.h129 extern void* ucalloc(usize);
H A Dwords129 - might use ucalloc.c to allocate uncached scratch space for generated code
/plan9/sys/src/9/teg2/
H A Dts69 ucalloc
H A Dfns.h188 extern void* ucalloc(usize);
/plan9/sys/src/9/port/
H A Ducallocb.c29 if((b = ucalloc(sizeof(Block)+size+Hdrspc)) == nil) in _ucallocb()
H A Ducalloc.c134 ucalloc(usize size) in ucalloc() function