Commit e5fa845c by Ulrich Weigand Committed by Ulrich Weigand

gc_priv.h (GC_generic_malloc_words_small_inner): Add prototype.

	* include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
	Add prototype.

From-SVN: r89283
parent 953312a8
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.
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment