Module memory

Source
Expand description

Memory Management System for Nerve Framework

Provides memory management components including:

  • QoS-aware message buffers
  • Memory pools and allocators
  • Memory optimization strategies
  • Performance monitoring

Modules§

allocators
Memory Allocators for Nerve Framework
buffers
Message Buffers for Nerve Framework
monitoring
Memory Monitoring for Nerve Framework
optimization
Memory Optimization for Nerve Framework
pools
Memory Pools for Nerve Framework
prelude
Memory system prelude for convenient imports

Structs§

MemoryManager
Memory management component implementation
MemoryPlugin
Memory plugin for dynamic loading