Searched refs:gmalloc (Results 1 – 9 of 9) sorted by relevance
554 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() function1001 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 …]
516 static void *gmalloc (size_t) ATTRIBUTE_MALLOC;878 gmalloc (size_t size) in gmalloc() function2043 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()
391 @file{src/gmalloc.c} in the GNU Emacs 19 distribution.400 Alternatively, if you have compiled @file{gmalloc.c} from Emacs 19, copy401 the object file to @file{gmalloc.o} and use this option when you relink405 MALLOC=gmalloc.o
315 * gmalloc.c: Use macros to hide some of the ugly casting required331 * gmalloc.c: Fix bug that causes malloc & free to1050 * 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.
5073 * 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.
366 malloc.h to gmalloc.h to avoid name conflicts in /usr/include.703 mcheck.c: rename include file "gmalloc.c" to avoid problems
2205 GDB now uses a new memory manager called mmalloc, based on gmalloc.
1692 * alloca.c, gmalloc.c: Remove.4630 It still remains as a local macro in gmalloc.c, which is derived