(r_alloc_free): Call refill_memory_reserve.
abort ();
}
}
+
+/* Return the total size in use by relocating allocator,
+ above where malloc gets space. */
+
+long
+r_alloc_size_in_use ()
+{
+ return break_value - virtual_break_value;
+}
\f
/* The meat - allocating, freeing, and relocating blocs. */
free_bloc (dead_bloc);
*ptr = 0;
+
+ refill_memory_reserve ();
}
/* Given a pointer at address PTR to relocatable data, resize it to SIZE.