mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
* malloc/arena.c: Fold copyright years.
* malloc/mcheck.c, malloc/memusage.c: Likewise.
This commit is contained in:
parent
61d5817416
commit
24d4e01b22
@ -1,3 +1,8 @@
|
||||
2012-09-05 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* malloc/arena.c: Fold copyright years.
|
||||
* malloc/mcheck.c, malloc/memusage.c: Likewise.
|
||||
|
||||
2012-09-05 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* Malloc implementation for multiple threads without lock contention.
|
||||
Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012
|
||||
Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Wolfram Gloger <wg@malloc.de>, 2001.
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* Standard debugging hooks for `malloc'.
|
||||
Copyright (C) 1990-1997,1999,2000-2002,2007,2010,2012
|
||||
Free Software Foundation, Inc.
|
||||
Copyright (C) 1990-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Written May 1989 by Mike Haertel.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Profile heap and stack memory usage of running program.
|
||||
Copyright (C) 1998-2002, 2004-2006, 2009 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user