]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/mmalloc/mrealloc.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
previous version was initializing retval=0 and then testing retval!=MPI_ERR_REQUEST...
[simgrid.git] / src / xbt / mmalloc / mrealloc.c
index 3569c14d5c152a1e41dd6a7dfbf75e128db29684..1a6d1002091f671721bb4a1e4f38f1e78bfbc426 100644 (file)
@@ -1,13 +1,14 @@
-/* Change the size of a block allocated by `mmalloc'.
-   Copyright 1990, 1991 Free Software Foundation
-   Written May 1989 by Mike Haertel. */
+/* Change the size of a block allocated by `mmalloc'. */
 
-/* Copyright (c) 2010-2013. The SimGrid Team.
+/* Copyright (c) 2010-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
+/* Copyright 1990, 1991 Free Software Foundation
+   Written May 1989 by Mike Haertel. */
+
 #include <string.h>             /* Prototypes for memcpy, memmove, memset, etc */
 #include <stdlib.h> /* abort */