Home | History | Annotate | Download | only in tsan

Lines Matching full:new_mem

449     uint8_t *new_mem = new uint8_t[obj_size_ * chunk_size_];
451 memset(new_mem, 0xab, obj_size_ * chunk_size_);
454 List *new_head = reinterpret_cast<List*>(new_mem + obj_size_ * i);