Searched refs:xalloc (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/storage/
H A D1.cc39 ios::xalloc();
40 ios::xalloc();
41 ios::xalloc();
42 long x4 = ios::xalloc();
H A D11584.cc44 const int i = std::ios::xalloc();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/storage/
H A D1.cc40 ios::xalloc();
41 ios::xalloc();
42 ios::xalloc();
43 long x4 = ios::xalloc();
H A D11584.cc45 const int i = std::ios::xalloc();
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dlucnum_ui.c49 mp_size_t lalloc, xalloc, lsize, xsize; local
73 xalloc = lalloc;
74 xp = TMP_ALLOC_LIMBS (xalloc);
93 ASSERT (xalloc >= yalloc);
109 ASSERT (xalloc >= xsize+1);
169 ASSERT (xalloc >= 2*lsize);
H A Dfib_ui.c50 mp_size_t size, xalloc; local
63 xalloc = MPN_FIB2_SIZE (n2) + 1;
64 MPZ_REALLOC (fn, 2*xalloc+1);
68 TMP_ALLOC_LIMBS_2 (xp,xalloc, yp,xalloc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D9523.cc30 int index = ios_base::xalloc();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D9523.cc31 int index = ios_base::xalloc();
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A DMakefile6 eprintf.o error.o sysinfo.o xalloc.o xexit.o keywait.o
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dexterns2.h74 extern void *xalloc(size_t);
H A Dmem2.c72 * malloc(). This is possible because memory allocated by xalloc()
76 xalloc(size_t sz) function
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A DMakefile.am20 xalloc.h xexit.c xmalloc.c xstrdup.c
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dlook.c74 void *storage = xalloc(s, "hash alloc");
94 return xalloc(s, "element alloc");
171 n->d = xalloc(sizeof(struct macro_definition), NULL);
184 d = xalloc(sizeof(struct macro_definition), NULL);
242 name2 = xalloc(strlen(name)+3+1, NULL);
250 n->d = xalloc(sizeof(struct macro_definition), NULL);
H A Dextern.h104 extern void *xalloc(size_t, const char *fmt, ...);
H A Dmisc.c167 strspace = xalloc(strsize+1, NULL);
170 buf = (unsigned char *)xalloc(bufsize, NULL);
288 xalloc(size_t n, const char *fmt, ...) function
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/lib/libcvs/
H A DMakefile18 stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/char/
H A D5.cc61 int ret = std::ios_base::xalloc();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5.cc61 int ret = std::ios_base::xalloc();
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/dummy/
H A DMakefile12 verrorf.c xalloc.c \
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dprepargs.c30 #include <xalloc.h>
H A DMakefile.am31 regex.hin setmode.h unlocked-io.h xalloc.h xstrtol.h
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/char/
H A D5.cc62 int ret = std::ios_base::xalloc();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5.cc62 int ret = std::ios_base::xalloc();
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/dummy/
H A DMakefile10 verrorf.c xalloc.c xf86allocscripi.c xf86addrestolist.c \
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c636 #define NELEM ((MEMCHUNKSZ-ROUNDUP(sizeof(struct xalloc *)))/ALIGNMENT)
639 struct xalloc { struct
640 struct xalloc *next;
651 struct xalloc *xp;
658 xp = malloc(size + ROUNDUP(sizeof(struct xalloc *)));
662 size + ROUNDUP(sizeof(struct xalloc *)), xp));
671 if ((xp = malloc(sizeof(struct xalloc))) == NULL)
688 struct xalloc *x1;
723 struct xalloc *x1;

Completed in 239 milliseconds

123