memloadgen allocate memory in thread

This commit is contained in:
oscar 2023-03-15 19:44:46 -04:00
parent a385866002
commit bb9792cf06

View File

@ -155,6 +155,7 @@ memload_generator::memload_generator(cpuset_t *threads, cpuset_t *target_domain,
info->reset_ts.store(false, std::memory_order_relaxed);
info->num_trans.store(0);
info->opts = &this->opts;
info->tid = tid;
info->coreid = nextcore;
info->target_dom = target_domain_id;
info->from_buffer = local_buffer;