aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gc.c b/gc.c
index c1460796dd..34d942298d 100644
--- a/gc.c
+++ b/gc.c
@@ -3471,9 +3471,8 @@ ruby_mimmalloc(size_t size)
* call-seq:
* GC.malloc_allocated_size -> Integer
*
- * The allocated size by malloc().
- *
- * It returns the allocated size by malloc().
+ * Returns the size of memory allocated by malloc(). Only available if ruby
+ * was built with CALC_EXACT_MALLOC_SIZE.
*/
static VALUE
@@ -3486,9 +3485,8 @@ gc_malloc_allocated_size(VALUE self)
* call-seq:
* GC.malloc_allocations -> Integer
*
- * The number of allocated memory object by malloc().
- *
- * It returns the number of allocated memory object by malloc().
+ * Returns the number of malloc() allocations. Only available if ruby was
+ * built with CALC_EXACT_MALLOC_SIZE.
*/
static VALUE