Home
last modified time | relevance | path

Searched refs:zmalloc (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c134 zmalloc(EERROR, sizeof (struct predlist)); in main()
196 t = zmalloc(EERROR, (unsigned)(t + 1 - s)); in index()
198 zmalloc(EERROR, sizeof (struct nodelist)); in index()
H A Dzmalloc.c43 zmalloc(int severity, size_t n) in zmalloc() function
H A Derrmsg.h108 extern void *zmalloc(int severity, size_t n);
/titanic_41/usr/src/cmd/audio/include/
H A Dzmalloc.h38 EXTERN_FUNCTION(void* zmalloc, (size_t size));
/titanic_41/usr/src/cmd/sgs/tsort/sparc/
H A DMakefile34 errtofix.o errusage.o tsort.o zfopen.o zmalloc.o
/titanic_41/usr/src/cmd/sgs/tsort/i386/
H A DMakefile32 errtofix.o errusage.o tsort.o zfopen.o zmalloc.o
/titanic_41/usr/src/cmd/audio/utilities/
H A Dzmalloc.c101 zmalloc(size_t size) in zmalloc() function
H A DMakefile53 zmalloc.c
H A DAudioBuffer.cc117 bufaddr = (void*) zmalloc((unsigned int)size); in alloc()
147 bufaddr = (void*) zmalloc((unsigned int)size); in alloc()