Wobserver v0.1.8 Wobserver.Allocator View Source

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

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)