Home
last modified time | relevance | path

Searched refs:ckmalloc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/bin/sh/
H A Dmemalloc.c61 ckmalloc(size_t nbytes) in ckmalloc() function
95 p = ckmalloc(strlen(s) + 1); in savestr()
139 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize); in stalloc()
H A Dmemalloc.h51 pointer ckmalloc(size_t);
H A Dalias.c78 ap = ckmalloc(sizeof (struct alias)); in setalias()
H A Dexec.c329 new = ckmalloc(i + ((char *)ap2 - (char *)argv)); in execinterp()
990 cmdp = *pp = ckmalloc(sizeof (struct tblentry) - ARB in cmdlookup()
H A Dnodes.c.pat96 fn = ckmalloc(sz.bsize + sz.ssize);
/netbsd-src/bin/test/
H A Dtest.c197 extern void *ckmalloc(size_t);
212 static void *ckmalloc(size_t);
214 ckmalloc(size_t nbytes) in ckmalloc() function
705 groups = ckmalloc((maxgroups + 1) * sizeof(gid_t)); in test_access()