# Memory Test - Memory Validation Example
This example validates memory operations and allocation patterns in Aprender.
**Run command:**
```bash
cargo run --example mem_test --release
```
**Topics covered:**
- Tensor memory allocation
- Memory-mapped file handling
- MMAP vs standard allocation comparison
- Memory pressure testing
**See also:**
- [Memory Test Full](./mem-test-full.md)
- [Examples Reference](./examples-reference.md)