Module core

Source
Expand description

Core memory tracking functionality Core memory tracking functionality

This module contains the fundamental components for memory tracking:

  • Memory tracker implementation
  • Custom allocator
  • Type definitions
  • Scope tracking

Re-exports§

pub use allocator::TrackingAllocator;
pub use tracker::get_global_tracker;
pub use tracker::MemoryTracker;
pub use types::AllocationInfo;
pub use types::TrackingError;
pub use types::TrackingResult;

Modules§

allocator
Custom global allocator for tracking memory allocations.
scope_tracker
Scope tracking functionality for memory analysis
tracker
Memory allocation tracking functionality.
types
Type definitions