Lightweight memory management layer with custom memory pool-based allocation. Provides direct memory management for performance optimization and reduces garbage collection overhead through efficient memory pool strategies. 더 자세히 ...
클래스 | |
| class | by::binder |
| Generalized binding class for managing instance lifecycles 더 자세히 ... | |
| class | by::bindTacticable |
| Interface for binding tactics in memory management 더 자세히 ... | |
| class | by::strTactic |
| Strong reference binding tactic 더 자세히 ... | |
| class | by::tbindable< T > |
| Template interface for bindable objects 더 자세히 ... | |
| class | by::tstr< T, TACTIC > |
| Strong reference smart pointer with strict type checking 더 자세히 ... | |
| class | by::tweak< T, TACTIC > |
| Weak reference smart pointer with type-safe access 더 자세히 ... | |
| class | by::weakTactic |
| Weak reference binding tactic 더 자세히 ... | |
| class | by::clonable |
| Interface for objects that can be cloned 더 자세히 ... | |
| struct | by::id |
| Unique identifier for instances in memlite system 더 자세히 ... | |
| class | by::instance |
| Base class for all managed instances in memlite system 더 자세히 ... | |
| class | by::instancer |
| Singleton manager for instance lifecycle and memory allocation 더 자세히 ... | |
| class | by::allocator |
| Abstract allocator interface for memory management 더 자세히 ... | |
| class | by::chunk |
| Memory chunk for block-based allocation 더 자세히 ... | |
| class | by::chunks |
| Collection of memory chunks for scalable allocation 더 자세히 ... | |
| class | by::memoryHaver |
| Abstract interface for objects that own memory 더 자세히 ... | |
| class | by::pool |
| Memory pool manager for efficient instance allocation 더 자세히 ... | |
| class | by::life |
| Binding tag for instance reference tracking and lifecycle management 더 자세히 ... | |
| class | by::watcher |
| Memory watcher for tracking instance lifecycle and allocation 더 자세히 ... | |
Lightweight memory management layer with custom memory pool-based allocation. Provides direct memory management for performance optimization and reduces garbage collection overhead through efficient memory pool strategies.