Home
last modified time | relevance | path

Searched refs:ialloc (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/backup/dump/
H A Ddumponline.c47 static struct inodesc **ialloc; /* allocated chunks, for freeing */ variable
111 ialloc = in allocino()
112 (struct inodesc **)xmalloc(2*sizeof (*ialloc)); in allocino()
113 ialloc[0] = freeinodesc; in allocino()
114 ialloc[1] = (struct inodesc *)0; in allocino()
127 if (ialloc == (struct inodesc **)0) in freeino()
130 if (ialloc[i] != 0) in freeino()
131 free(ialloc[i]); in freeino()
132 free(ialloc); in freeino()
133 ialloc = (struct inodesc **)0; in freeino()
/titanic_41/usr/src/cmd/zic/
H A DMakefile.common8 OBJS= ialloc.o \
/titanic_41/usr/src/cmd/spell/
H A Dmalloc.c130 ialloc((char *)q, (unsigned)temp*WORD);
164 ialloc(qq, nbytes) in ialloc() function