Searched refs:new_memory (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/v8/src/ |
D | regexp-stack.cc | 70 Address new_memory = NewArray<byte>(static_cast<int>(size)); in EnsureCapacity() local 73 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()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoframe.cc | 73 uint8_t* new_memory = NULL; in ~FrameBuffer() local 76 video_frame_.Swap(new_memory, new_length, new_size); in ~FrameBuffer() 86 uint8_t* new_memory = reinterpret_cast<uint8_t*>(data); in Alias() local 89 video_frame_.Swap(new_memory, new_length, new_size); in Alias()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_memmgr_mini.cpp | 156 FX_BOOL CFixedMgr_Proxy::Common_More(FXMEM_SystemMgr2* pMgr, size_t alloc_size, void** new_memory, … in Common_More() argument 161 *new_memory = pProxyMgr->m_pFixedPage->Alloc(alloc_size); in Common_More() 162 if (*new_memory == NULL && pProxyMgr->m_bExtensible) { in Common_More() 163 *new_memory = malloc(alloc_size); in Common_More() 165 return *new_memory != NULL; in Common_More()
|
D | mem_int.h | 224 …static FX_BOOL Common_More(FXMEM_SystemMgr2* pMgr, size_t alloc_size, void** new_memory, size_t* n…
|
/external/clang/test/Analysis/ |
D | malloc.c | 1470 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local 1471 if (new_memory != 0) { in testReallocEscaped() 1472 *memory = new_memory; in testReallocEscaped()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_memory.h | 44 …FX_BOOL (*More)(struct _FXMEM_SystemMgr2* pMgr, size_t alloc_size, void** new_memory, size_t* new_…
|