adjust spall usage code - still not generating multi-thread events correctly...

This commit is contained in:
Ryan Fleury
2025-05-22 09:58:09 -07:00
parent 3fcdb85ebf
commit 25813e62ea
4 changed files with 11 additions and 9 deletions
-5
View File
@@ -18,11 +18,6 @@ tctx_init_and_equip(TCTX *tctx)
{
*arena_ptr = arena_alloc();
}
#if PROFILE_SPALL
spall_buffer.length = MB(1);
spall_buffer.data = push_array_no_zero(tctx->arenas[0], U8, spall_buffer.length);
spall_buffer_init(&spall_profile, &spall_buffer);
#endif
tctx_thread_local = tctx;
}