memory alloc-patterns
vp-utils memory alloc-patterns¶
Simulate various memory allocation/freeing patterns
Synopsis¶
Simulates different allocation and freeing patterns to test memory management and fragmentation.
Options¶
-b, --block int Block size in bytes (default 1048576)
-c, --count int Number of allocations (default 100)
-h, --help help for alloc-patterns
-p, --pattern string Allocation pattern: alternating, random-free (default "alternating")
SEE ALSO¶
- vp-utils memory - memory Utils