]> granicus.if.org Git - gc/commitdiff
* include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Oct 2004 17:47:54 +0000 (17:47 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:25 +0000 (10:54 +0400)
Add prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89283 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
include/private/gc_priv.h

index 2e3fcc47e93e307622ab66acf84fab2166e98e47..484588abaa799b790a84ff2df0c0c1a76d5908b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
+       Add prototype.
+
 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
 
        * include/private/gcconfig.h: Add m32r-linux target.
index 561e40326282ded2cb3925c2b902b628b283ee10..e5bd52b62b77627764da55090b979d1049ec75eb 100644 (file)
@@ -1632,6 +1632,10 @@ ptr_t GC_generic_malloc_ignore_off_page GC_PROTO((size_t b, int k));
                                /* are ignored.                         */
 ptr_t GC_generic_malloc_inner GC_PROTO((word lb, int k));
                                /* Ditto, but I already hold lock, etc. */
+ptr_t GC_generic_malloc_words_small_inner GC_PROTO((word lw, int k));
+                               /* Analogous to the above, but assumes  */
+                               /* a small object size, and bypasses    */
+                               /* MERGE_SIZES mechanism.               */
 ptr_t GC_generic_malloc_words_small GC_PROTO((size_t lw, int k));
                                /* As above, but size in units of words */
                                /* Bypasses MERGE_SIZES.  Assumes       */