Skip to content

Commit

Permalink
* malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
Browse files Browse the repository at this point in the history
	number of mmaps.  n_mmaps_max is the target.
	* malloc/hooks.c: Likewise.
	* malloc/arena.c: Likewise.
  • Loading branch information
Ulrich Drepper committed May 13, 2007
1 parent bf98bd2 commit 366ad8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2007-05-13 Ulrich Drepper <drepper@redhat.com>

* malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
number of mmaps. n_mmaps_max is the target.
* malloc/hooks.c: Likewise.
* malloc/arena.c: Likewise.

2007-05-12 Andreas Jaeger <aj@suse.de>

* sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
Expand Down

0 comments on commit 366ad8f

Please sign in to comment.