Searched refs:gmalloc (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl2/libmalloc/dist/ |
H A D | Makefile | 25 all: libmalloc.a gmalloc.o 27 gmalloc = valloc.c malloc.c free.c cfree.c realloc.c calloc.c morecore.c memalign.c macro 38 gmalloc.c: gmalloc-head.c $(headers) $(gmalloc) Makefile 39 cat gmalloc-head.c $(headers) $(gmalloc) > $@-tmp
|
H A D | README | 8 The makefile builds libmalloc.a and gmalloc.o. If you are using GNU malloc 11 the system library. gmalloc.o has all the functions in one file, so using
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcse.c | 448 static void *gmalloc (size_t) ATTRIBUTE_MALLOC; 517 #define GNEW(T) ((T *) gmalloc (sizeof (T))) 520 #define GNEWVEC(T, N) ((T *) gmalloc (sizeof (T) * (N))) 523 #define GNEWVAR(T, S) ((T *) gmalloc ((S))) 584 gmalloc (size_t size) in gmalloc() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcse.cc | 448 static void *gmalloc (size_t) ATTRIBUTE_MALLOC; 517 #define GNEW(T) ((T *) gmalloc (sizeof (T))) 520 #define GNEWVEC(T, N) ((T *) gmalloc (sizeof (T) * (N))) 523 #define GNEWVAR(T, S) ((T *) gmalloc ((S))) 584 gmalloc (size_t size) in gmalloc() function
|
H A D | ChangeLog-2003 | 11300 * gcse.c (gmalloc): Fix last change. 11342 * gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC. 11345 gmalloc/memset.
|
H A D | ChangeLog-2011 | 31513 (gmalloc): Remove.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1991 | 315 * gmalloc.c: Use macros to hide some of the ugly casting required 331 * gmalloc.c: Fix bug that causes malloc & free to 1050 * gmalloc.c: Fix prototype of memcpy. 3461 gmalloc.c: #if 0 out !HAVE_GETPAGESIZE code. 3550 * gmalloc.c [!HAVE_GETPAGESIZE]: Try to figure out the pagesize.
|
H A D | ChangeLog-1992 | 5030 * gmalloc.c, gmalloc.h mcheck.c mmap-alloc.c mmap-sbrk.c mtrace.c, 5596 * gmalloc.c: Use NOARGS where prototypes used hardwired void. 5597 * gmalloc.c (BLOCKSIZE): Constant to be shifted is unsigned. 5598 * gmalloc.h: Use NOARGS where prototypes used hardwired void.
|
H A D | ChangeLog-1990 | 366 malloc.h to gmalloc.h to avoid name conflicts in /usr/include. 703 mcheck.c: rename include file "gmalloc.c" to avoid problems
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1991 | 315 * gmalloc.c: Use macros to hide some of the ugly casting required 331 * gmalloc.c: Fix bug that causes malloc & free to 1050 * gmalloc.c: Fix prototype of memcpy. 3461 gmalloc.c: #if 0 out !HAVE_GETPAGESIZE code. 3550 * gmalloc.c [!HAVE_GETPAGESIZE]: Try to figure out the pagesize.
|
H A D | ChangeLog-1992 | 5030 * gmalloc.c, gmalloc.h mcheck.c mmap-alloc.c mmap-sbrk.c mtrace.c, 5596 * gmalloc.c: Use NOARGS where prototypes used hardwired void. 5597 * gmalloc.c (BLOCKSIZE): Constant to be shifted is unsigned. 5598 * gmalloc.h: Use NOARGS where prototypes used hardwired void.
|
H A D | ChangeLog-1990 | 366 malloc.h to gmalloc.h to avoid name conflicts in /usr/include. 703 mcheck.c: rename include file "gmalloc.c" to avoid problems
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-9197 | 1692 * alloca.c, gmalloc.c: Remove. 4630 It still remains as a local macro in gmalloc.c, which is derived
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | ChangeLog-9197 | 1692 * alloca.c, gmalloc.c: Remove. 4630 It still remains as a local macro in gmalloc.c, which is derived
|