/external/ceres-solver/internal/ceres/ |
D | triplet_sparse_matrix.cc | 69 AllocateMemory(); in TripletSparseMatrix() 81 AllocateMemory(); in TripletSparseMatrix() 91 AllocateMemory(); in operator =() 141 void TripletSparseMatrix::AllocateMemory() { in AllocateMemory() function in ceres::internal::TripletSparseMatrix
|
D | triplet_sparse_matrix.h | 109 void AllocateMemory();
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachTask.h | 72 nub_addr_t AllocateMemory (nub_size_t size, uint32_t permissions);
|
D | MachTask.cpp | 892 MachTask::AllocateMemory (size_t size, uint32_t permissions) in AllocateMemory() function in MachTask
|
/external/lldb/include/lldb/Target/ |
D | Memory.h | 165 AllocateMemory (size_t byte_size,
|
D | Process.h | 2962 AllocateMemory (size_t size, uint32_t permissions, Error &error);
|
/external/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 61 …ret = process_sp->AllocateMemory(size, lldb::ePermissionsReadable | lldb::ePermissionsWritable, al… in FindSpace() 270 allocation_address = process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 292 … allocation_address = process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()
|
D | ClangFunction.cpp | 322 …args_addr_ref = process->AllocateMemory(m_struct_size, lldb::ePermissionsReadable|lldb::ePermissio… in WriteFunctionArguments()
|
/external/stressapptest/src/ |
D | sat.h | 118 bool AllocateMemory();
|
D | sat.cc | 200 bool Sat::AllocateMemory() { in AllocateMemory() function in Sat 599 if (!AllocateMemory()) in Initialize()
|
/external/valgrind/main/VEX/switchback/ |
D | test_emfloat.c | 1861 void* AllocateMemory ( unsigned long n, int* p ) in AllocateMemory() function 1911 abase=(InternalFPF *)AllocateMemory(locemfloatstruct->arraysize*sizeof(InternalFPF), in DoEmFloat() 1914 bbase=(InternalFPF *)AllocateMemory(locemfloatstruct->arraysize*sizeof(InternalFPF), in DoEmFloat() 1917 cbase=(InternalFPF *)AllocateMemory(locemfloatstruct->arraysize*sizeof(InternalFPF), in DoEmFloat()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 197 AllocateMemory (size_t size, uint32_t permissions);
|
D | GDBRemoteCommunicationClient.cpp | 1351 GDBRemoteCommunicationClient::AllocateMemory (size_t size, uint32_t permissions) in AllocateMemory() function in GDBRemoteCommunicationClient
|
D | ProcessGDBRemote.cpp | 2098 allocated_addr = m_gdb_comm.AllocateMemory (size, permissions); in DoAllocateMemory()
|
/external/lldb/source/Target/ |
D | Memory.cpp | 413 AllocatedMemoryCache::AllocateMemory (size_t byte_size, in AllocateMemory() function in AllocatedMemoryCache
|
D | Process.cpp | 2714 Process::AllocateMemory(size_t size, uint32_t permissions, Error &error) in AllocateMemory() function in Process 2720 return m_allocated_memory_cache.AllocateMemory(size, permissions, error); in AllocateMemory() 2742 uint64_t allocated_memory = AllocateMemory(8, in CanJIT()
|
/external/webp/src/dec/ |
D | frame.c | 534 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function 649 if (!AllocateMemory(dec)) return 0; in VP8InitFrame()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | frame.c | 534 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function 649 if (!AllocateMemory(dec)) return 0; in VP8InitFrame()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV2.cpp | 1796 lldb::addr_t class_infos_addr = process->AllocateMemory(class_infos_byte_size, in UpdateISAToDescriptorMapDynamic() 2047 lldb::addr_t class_infos_addr = process->AllocateMemory (class_infos_byte_size, in UpdateISAToDescriptorMapSharedCache()
|
/external/lldb/tools/debugserver/source/ |
D | DNB.cpp | 993 return procSP->Task().AllocateMemory (size, permissions); in DNBProcessMemoryAllocate()
|