memory_pool
This directory focuses on the creation, property configuration, and asynchronous allocation capabilities of stream-ordered memory pools.
Key Points
- Understand the meanings of key metrics such as memory pool thresholds, reserved memory, and used memory.
- Understand the relationship between asynchronous allocation/deallocation and stream synchronization.
- Compare applicable scenarios with regular aclrtMalloc/aclrtFree.
Prerequisites
- ../allocator/README_en.md: Custom allocators and memory management abstractions.