Searched refs:new_memory (Results 1 – 2 of 2) sorted by relevance
70 Address new_memory = NewArray<byte>(static_cast<int>(size)); in EnsureCapacity() local73 MemCopy(reinterpret_cast<void*>(new_memory + size - in EnsureCapacity()79 thread_local_.memory_ = new_memory; in EnsureCapacity()81 thread_local_.limit_ = new_memory + kStackLimitSlack * kPointerSize; in EnsureCapacity()
1585 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local1586 if (new_memory != 0) { in testReallocEscaped()1587 *memory = new_memory; in testReallocEscaped()