summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/malloc.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 5c33f11352..35222a15ce 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -30,9 +30,9 @@
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" $OpenBSD: malloc.3,v 1.117 2018/11/06 12:02:30 otto Exp $ 33.\" $OpenBSD: malloc.3,v 1.118 2018/11/08 05:58:21 otto Exp $
34.\" 34.\"
35.Dd $Mdocdate: November 6 2018 $ 35.Dd $Mdocdate: November 8 2018 $
36.Dt MALLOC 3 36.Dt MALLOC 3
37.Os 37.Os
38.Sh NAME 38.Sh NAME
@@ -401,7 +401,7 @@ it guarantees memory is cleared before placing it on the internal free list.
401Deallocation of such an object should be done by calling 401Deallocation of such an object should be done by calling
402.Fn freezero . 402.Fn freezero .
403.Sh ENVIRONMENT 403.Sh ENVIRONMENT
404.Bl -tag -width "/etc/malloc.conf" 404.Bl -tag -width "MALLOC_OPTIONS"
405.It Ev MALLOC_OPTIONS 405.It Ev MALLOC_OPTIONS
406String of flags documented in 406String of flags documented in
407.Xr malloc.conf 5 . 407.Xr malloc.conf 5 .
@@ -554,9 +554,9 @@ in this case.
554.Pp 554.Pp
555The 555The
556.Ev MALLOC_OPTIONS 556.Ev MALLOC_OPTIONS
557environment variable, the file 557environment variable, the
558.Pa /etc/malloc.conf , 558.Va vm.malloc_conf
559and the 559sysctl and the
560.Sx DIAGNOSTICS 560.Sx DIAGNOSTICS
561output are extensions to the standard. 561output are extensions to the standard.
562.Sh HISTORY 562.Sh HISTORY