From 573a5abd9d6b1668b49376b489b187780c7125c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20H=C3=B6gberg?= atags option, and is enabled by default for binary_alloc and
driver_alloc (which is also used by NIFs).
---
erts/doc/src/erts_alloc.xml | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)
(limited to 'erts/doc/src')
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml
index 53e136d76c..0893eb291c 100644
--- a/erts/doc/src/erts_alloc.xml
+++ b/erts/doc/src/erts_alloc.xml
@@ -559,6 +559,20 @@
than this threshold, otherwise the carrier is shrunk.
See also
Adds a small tag to each allocated block that contains basic
+ information about what it is and who allocated it. Use the
+
The runtime overhead is one word per allocation when enabled. This + may change at any time in the future.
+ +The default is
Enables allocator
A map over current allocations is kept by the emulator.
- The allocation map can be retrieved through module
-
Status over allocated memory is kept by the emulator.
- The allocation status can be retrieved through module
-
Adds a small tag to each allocated block that contains basic
+ information about what it is and who allocated it. See
+