alloc-track
alloc-track copied to clipboard
fix: fix the out of bounds issue I ran into
- the max threads limit was reached in my application case and the access into the
THREAD_STOREfailed with an out of bounds access - so I increase the threads max by 4x
- and introduce an explicit assert with a more clear message in order to avoid confusion of whats the actual problem