1 .\" Copyright (c) 2017, Apple Computer, Inc. All rights reserved.
8 .Nd Tool to enable / disable malloc stack logging on a specific proces
10 .Nm mslutil pid [--enable flavor] | [--disable]
14 utility enables/disables malloc stack logging on the process specified by
16 It requires root privileges.
18 The options are as follows:
24 option enables malloc stack logging, using the
27 The supported flavors are:
30 Standard malloc stack logging that records both vm and malloc calls
33 Standard malloc stack logging that records only malloc calls
36 Standard malloc stack logging that records only vm calls
39 Lite mode of malloc stack logging.
44 option disables any current mode of malloc stack logging.