memloadgen allocate memory in thread
This commit is contained in:
parent
a385866002
commit
bb9792cf06
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user