Searched refs:kMaxObjects (Results 1 – 3 of 3) sorted by relevance
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()
196 if (objects_.size() < kMaxObjects) { in Release()205 static const int kMaxObjects = 1000; member in tensorflow::__anon9a114d310111::RpcRecvTensorFreeList