View Source Wobserver.Allocator (Wobserver NG v1.14.0)

Handles memory allocators and their block and carrier size.

Link to this section Summary

Functions

Lists memory allocators and their block and carrier size.

Link to this section Functions

@spec list() :: [map()]

Lists memory allocators and their block and carrier size.

The returned maps contain the following information:

  • type, the type of the memory allocator.
  • block, the block size of the memory allocator. (summed over all schedulers)
  • carrier, the carrier size of the memory allocator. (summed over all schedulers)