X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fperf_malloc.c;h=64e21f368b5dba782f47891bf0bdf8d937395988;hb=276363680b531de5b289401fa75e04149061c029;hp=80594f365e19f8e4324555c15b308f73ce4a7965;hpb=6db7b23f0be85c8fc263cb8380cb9a3d495be75a;p=oweals%2Fgnunet.git diff --git a/src/util/perf_malloc.c b/src/util/perf_malloc.c index 80594f365..64e21f368 100644 --- a/src/util/perf_malloc.c +++ b/src/util/perf_malloc.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2012 Christian Grothoff (and other contributing authors) + Copyright (C) 2012 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** @@ -24,12 +24,10 @@ * @brief measure performance of allocation functions */ #include "platform.h" -#include "gnunet_common.h" -#include "gnunet_crypto_lib.h" -#include "gnunet_time_lib.h" +#include "gnunet_util_lib.h" #include -static uint64_t +static uint64_t perfMalloc () { size_t i;