Module platform

Module platform 

Source
Expand description

Platform-specific implementations for memory tracking Platform-specific implementations for memory tracking

Provides optimized implementations for different operating systems and architectures, ensuring maximum performance and compatibility.

Re-exports§

pub use allocator::AllocationHook;
pub use allocator::HookResult;
pub use allocator::PlatformAllocator;
pub use memory_info::MemoryStats;
pub use memory_info::PlatformMemoryInfo;
pub use memory_info::SystemInfo;
pub use stack_walker::PlatformStackWalker;
pub use stack_walker::StackWalkConfig;
pub use stack_walker::WalkResult;
pub use symbol_resolver::PlatformSymbolResolver;
pub use symbol_resolver::ResolverConfig;
pub use symbol_resolver::SymbolInfo;

Modules§

allocator
memory_info
stack_walker
symbol_resolver