Searched refs:new_memory (Results 1 – 5 of 5) sorted by relevance
85 byte* new_memory = NewArray<byte>(size); in EnsureCapacity() local88 MemCopy(new_memory + size - thread_local_.memory_size_, in EnsureCapacity()92 thread_local_.memory_ = new_memory; in EnsureCapacity()93 thread_local_.memory_top_ = new_memory + size; in EnsureCapacity()95 thread_local_.limit_ = reinterpret_cast<Address>(new_memory) + in EnsureCapacity()
592 new_memory = memory[:, :, num_new_frames:]593 new_memory = tf.concat([new_memory, activations_time], 2)594 tf.compat.v1.assign(memory, new_memory)595 activations_time = new_memory
109 explicit VulkanMemory(VkDeviceMemory new_memory) : memory(new_memory) {} in VulkanMemory()
1691 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local1692 if (new_memory != 0) { in testReallocEscaped()1693 *memory = new_memory; in testReallocEscaped()
1224 void* new_memory = field_trial_list.field_trial_allocator_->shared_memory(); in TEST() local1226 EXPECT_EQ(memory, new_memory); in TEST()