From c7dc896e8897988ccc033e18fa19670ba7160565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20H=C3=B6gberg?= Date: Thu, 3 May 2018 12:37:49 +0200 Subject: Allow cross-type carrier migration --- lib/tools/doc/src/instrument.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'lib/tools/doc/src/instrument.xml') diff --git a/lib/tools/doc/src/instrument.xml b/lib/tools/doc/src/instrument.xml index 9fd9332373..79bacb2927 100644 --- a/lib/tools/doc/src/instrument.xml +++ b/lib/tools/doc/src/instrument.xml @@ -111,15 +111,18 @@ default, but this can be configured an a per-allocator basis with the +M<S>atags emulator option.

-

If tagged allocations are not enabled on any of the specified - allocator types, the call will fail with - {error, not_enabled}.

+

If the specified allocator types are not enabled, the call will fail + with {error, not_enabled}.

The following options can be used:

allocator_types -

The allocator types that will be searched. Defaults to all - alloc_util allocators.

+

The allocator types that will be searched. Note that blocks can + move freely between allocator types, so restricting the search to + certain allocators may return unexpected types (e.g. process + heaps when searching binary_alloc), or hide blocks that were + migrated out.

+

Defaults to all alloc_util allocators.

scheduler_ids -- cgit v1.2.3