X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9943e496eb5e20347eac1a7a2533931327355389..68bf973c759c6eef597da8349276be4b60a6d124:/src/xbt/mmalloc/mmprivate.h diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index 7d2a2e7235..389b55b907 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -1,6 +1,6 @@ /* Declarations for `mmalloc' and friends. */ -/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2018. 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. */ @@ -306,9 +306,6 @@ static inline int mmalloc_get_increment(malloc_info* heapinfo) { XBT_PRIVATE int malloc_use_mmalloc(void); -XBT_PRIVATE int mmalloc_exec_using_mm(int argc, const char** argv); -XBT_PRIVATE void mmalloc_ensure_using_mm(int argc, const char** argv); - XBT_PRIVATE size_t mmalloc_get_bytes_used_remote(size_t heaplimit, const malloc_info* heapinfo); SG_END_DECL()