Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c554 static char *gmalloc PARAMS ((unsigned int));
841 = (rtx *) gmalloc (last_basic_block * sizeof (rtx));
843 = (rtx *) gmalloc (last_basic_block * sizeof (rtx));
954 gmalloc (size) in gmalloc() function
1001 uid_cuid = (int *) gmalloc (n);
1015 cuid_insn = (rtx *) gmalloc (n);
1029 modify_mem_list = (rtx *) gmalloc (last_basic_block * sizeof (rtx));
1030 canon_modify_mem_list = (rtx *) gmalloc (last_basic_block * sizeof (rtx));
1207 reg_set_table = (struct reg_set **) gmalloc (n);
2496 gmalloc (max_gcse_regno * sizeof (struct reg_avail_info));
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgcse.c516 static void *gmalloc (size_t) ATTRIBUTE_MALLOC;
878 gmalloc (size_t size) in gmalloc() function
2043 reg_avail_info = gmalloc (max_gcse_regno * sizeof (struct reg_avail_info)); in compute_hash_table_work()
2121 table->table = gmalloc (n); in alloc_hash_table()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dtrouble.texi391 @file{src/gmalloc.c} in the GNU Emacs 19 distribution.
400 Alternatively, if you have compiled @file{gmalloc.c} from Emacs 19, copy
401 the object file to @file{gmalloc.o} and use this option when you relink
405 MALLOC=gmalloc.o
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1991315 * 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 DChangeLog-19925073 * gmalloc.c, gmalloc.h mcheck.c mmap-alloc.c mmap-sbrk.c mtrace.c,
5639 * gmalloc.c: Use NOARGS where prototypes used hardwired void.
5640 * gmalloc.c (BLOCKSIZE): Constant to be shifted is unsigned.
5641 * gmalloc.h: Use NOARGS where prototypes used hardwired void.
H A DChangeLog-1990366 malloc.h to gmalloc.h to avoid name conflicts in /usr/include.
703 mcheck.c: rename include file "gmalloc.c" to avoid problems
H A DNEWS2205 GDB now uses a new memory manager called mmalloc, based on gmalloc.
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-91971692 * alloca.c, gmalloc.c: Remove.
4630 It still remains as a local macro in gmalloc.c, which is derived
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-91971692 * alloca.c, gmalloc.c: Remove.
4630 It still remains as a local macro in gmalloc.c, which is derived