| 341 | } |
| 342 | |
| 343 | void * |
| 344 | ThreadAffinityInitializer::alloc_stack(EThread *t, size_t stacksize) |
| 345 | { |
| 346 | return this->obj_count > 0 ? this->alloc_numa_stack(t, stacksize) : this->do_alloc_stack(stacksize); |
| 347 | } |
| 348 | |
| 349 | #else |
| 350 |
no test coverage detected