HomeSort by: relevance | last modified time | path
    Searched defs:xmalloc (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/gpl2/groff/dist/src/libs/libxutil/
xmalloc.c 1 /* $NetBSD: xmalloc.c,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
6 char *xmalloc(int n) function
  /src/sys/arch/atari/stand/tostools/libtos/
xalloc.c 34 xmalloc(size_t size) function
  /src/external/gpl2/texinfo/dist/lib/
xmalloc.c 1 /* $NetBSD: xmalloc.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
3 /* xmalloc.c -- safe versions of malloc and realloc.
38 xmalloc (size_t bytes) function
43 memory_error_and_abort ("xmalloc");
  /src/external/gpl3/gdb/dist/readline/readline/
xmalloc.c 0 /* xmalloc.c -- safe versions of malloc and realloc */
36 #include "xmalloc.h"
55 xmalloc (size_t bytes) function
61 memory_error_and_abort ("xmalloc");
  /src/external/gpl3/gdb.old/dist/readline/readline/
xmalloc.c 0 /* xmalloc.c -- safe versions of malloc and realloc */
36 #include "xmalloc.h"
55 xmalloc (size_t bytes) function
61 memory_error_and_abort ("xmalloc");
  /src/external/bsd/mdocml/dist/
test-ohash.c 6 static void *xmalloc(size_t, void *);
12 xmalloc(size_t sz, void *arg) { function
33 i.alloc = xmalloc;
  /src/external/bsd/pcc/dist/pcc/cc/driver/
xalloc.c 57 xmalloc(size_t len) function
  /src/external/bsd/pcc/dist/pcc/driver/
xalloc.c 50 xmalloc(size_t len) function
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
memory.c 31 xmalloc (size_t n) function
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
memory.c 31 xmalloc (size_t n) function
  /src/external/gpl3/gdb/dist/gdb/
alloc.c 22 Because both libiberty and readline define xmalloc and friends, the
36 /* The xmalloc() (libiberty.h) family of memory management routines.
43 xmalloc (size_t size) function
47 /* See libiberty/xmalloc.c. This function need's to match that's
64 /* See libiberty/xmalloc.c. This function need's to match that's
84 /* See libiberty/xmalloc.c. This function need's to match that's
  /src/external/gpl3/gdb.old/dist/gdb/
alloc.c 22 Because both libiberty and readline define xmalloc and friends, the
36 /* The xmalloc() (libiberty.h) family of memory management routines.
43 xmalloc (size_t size) function
47 /* See libiberty/xmalloc.c. This function need's to match that's
64 /* See libiberty/xmalloc.c. This function need's to match that's
84 /* See libiberty/xmalloc.c. This function need's to match that's
  /src/external/public-domain/xz/dist/src/xz/
util.h 15 /// \note xmalloc(), xrealloc(), and xstrdup() must not be used when
18 #define xmalloc(size) xrealloc(NULL, size) macro
  /src/usr.bin/diff/
xmalloc.c 1 /* $OpenBSD: xmalloc.c,v 1.10 2019/06/28 05:44:09 deraadt Exp $ */
24 #include "xmalloc.h"
27 xmalloc(size_t size) function
32 errx(2, "xmalloc: zero size");
35 err(2, "xmalloc: allocating %zu bytes", size);
  /src/usr.bin/sed/
misc.c 66 xmalloc(size_t size) function
82 return (xmalloc(size));
116 oe = xmalloc(s);
  /src/usr.bin/xlint/common/
mem.c 60 xmalloc(size_t s) function
  /src/external/bsd/pkg_install/dist/lib/
xwrapper.c 65 xmalloc(size_t len) function
  /src/external/bsd/tre/dist/lib/
xmalloc.h 2 xmalloc.h - Simple malloc debugging library API
46 #define xmalloc(size) xmalloc_impl(size, __FILE__, __LINE__, \ macro
67 #define xmalloc(size) malloc(size) macro
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
62 xmalloc (size_t n) function
80 p = xmalloc (size);
101 If P is NULL, run xmalloc. */
107 return xmalloc (n);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
62 xmalloc (size_t n) function
80 p = xmalloc (size);
101 If P is NULL, run xmalloc. */
107 return xmalloc (n);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
62 xmalloc (size_t n) function
80 p = xmalloc (size);
101 If P is NULL, run xmalloc. */
107 return xmalloc (n);
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
62 xmalloc (size_t n) function
80 p = xmalloc (size);
101 If P is NULL, run xmalloc. */
107 return xmalloc (n);
  /src/external/gpl3/binutils/dist/libiberty/
xmalloc.c 22 @deftypefn Replacement void* xmalloc (size_t)
28 a program to contain @code{#define malloc xmalloc} in its source.
34 but will behave the same as @code{xmalloc} if memory cannot be found.
41 like @code{calloc}, but will behave the same as @code{xmalloc} if memory
143 xmalloc (size_t size) function
  /src/external/gpl3/binutils.old/dist/libiberty/
xmalloc.c 22 @deftypefn Replacement void* xmalloc (size_t)
28 a program to contain @code{#define malloc xmalloc} in its source.
34 but will behave the same as @code{xmalloc} if memory cannot be found.
41 like @code{calloc}, but will behave the same as @code{xmalloc} if memory
143 xmalloc (size_t size) function
  /src/external/gpl3/gcc.old/dist/libiberty/
xmalloc.c 22 @deftypefn Replacement void* xmalloc (size_t)
28 a program to contain @code{#define malloc xmalloc} in its source.
34 but will behave the same as @code{xmalloc} if memory cannot be found.
41 like @code{calloc}, but will behave the same as @code{xmalloc} if memory
143 xmalloc (size_t size) function

Completed in 43 milliseconds

1 2 3 4