Module Name: src Committed By: christos Date: Sun Mar 10 15:31:02 UTC 2019
Modified Files: src/include: malloc.h Log Message: catch up with name change. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/include/malloc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/malloc.h diff -u src/include/malloc.h:1.6 src/include/malloc.h:1.7 --- src/include/malloc.h:1.6 Sat Mar 9 22:54:08 2019 +++ src/include/malloc.h Sun Mar 10 11:31:02 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: malloc.h,v 1.6 2019/03/10 03:54:08 christos Exp $ */ +/* $NetBSD: malloc.h,v 1.7 2019/03/10 15:31:02 christos Exp $ */ /*- * Copyright (c) 2019 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ void sdallocx(void *, size_t, int); size_t nallocx(size_t, int); int mallctl(const char *, void *, size_t *, void *, size_t); -int mallctltomib(const char *, size_t *, size_t *); +int mallctlnametomib(const char *, size_t *, size_t *); int mallctlbymib(const size_t *, size_t, void *, size_t *, void *, size_t); void malloc_stats_print(void (*)(void *, const char *), void *, const char *);