Searched refs:kMaxObjects (Results 1 – 3 of 3) sorted by relevance
45 static const int kMaxObjects = 4 * (1 << 10); in run_stack() local46 T* objs[kMaxObjects]; in run_stack()49 for (int j = 0; j < kMaxObjects; ++j) { in run_stack()53 for (int j = kMaxObjects - 1; j >= 0; --j) { in run_stack()69 static const int kMaxObjects = 4 * (1 << 10); in run_queue() local70 T* objs[kMaxObjects]; in run_queue()73 for (int j = 0; j < kMaxObjects; ++j) { in run_queue()77 for (int j = 0; j < kMaxObjects; ++j) { in run_queue()93 static const int kMaxObjects = 4 * (1 << 10); in run_pushpop() local94 T* objs[kMaxObjects]; in run_pushpop()[all …]
48 kMaxObjects = 4 * (1 << 10), in onDraw() enumerator50 A* objects[kMaxObjects]; in onDraw()55 const int kSwitchThreshPeriod = loops / (2 * kMaxObjects); in onDraw()66 (kMaxObjects == count || del < delThresh)) { in onDraw()110 kMaxObjects = 4 * (1 << 10), in onDraw() enumerator112 std::unique_ptr<B> objects[kMaxObjects]; in onDraw()115 uint32_t idx = r.nextRangeU(0, kMaxObjects-1); in onDraw()
213 if (objects_.size() < kMaxObjects) { in Release()222 static constexpr int kMaxObjects = 1000; member in tensorflow::__anona9090a8f0111::RpcRecvTensorFreeList