Alexandre Oliva 322dea0838 Add malloc probes for sbrk and heap resizing.
for ChangeLog

	* malloc/arena.c (new_heap): New memory_heap_new probe.
	(grow_heap): New memory_heap_more probe.
	(shrink_heap): New memory_heap_less probe.
	(heap_trim): New memory_heap_free probe.
	* malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
	(systrim): New memory_sbrk_less probe.
	* manual/probes.texi: Document them.
2013-09-20 11:54:58 -03:00
..
2013-09-09 09:20:09 +01:00
2013-03-08 21:27:42 +00:00
2013-03-08 16:46:07 +00:00
2013-03-08 21:27:42 +00:00
2000-11-20 17:40:29 +00:00
2013-09-09 09:20:09 +01:00
2007-12-16 22:57:57 +00:00
2000-11-20 17:40:29 +00:00
2012-01-01 07:17:21 -05:00