Wobserver v0.1.3 Wobserver.Allocator

Handles memory allocators and their block and carrier size.

Summary

Functions

Lists memory allocators and their block and carrier size

Functions

list()
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)