Home
last modified time | relevance | path

Searched refs:AllocateMemory (Results 1 – 20 of 20) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtriplet_sparse_matrix.cc69 AllocateMemory(); in TripletSparseMatrix()
81 AllocateMemory(); in TripletSparseMatrix()
91 AllocateMemory(); in operator =()
141 void TripletSparseMatrix::AllocateMemory() { in AllocateMemory() function in ceres::internal::TripletSparseMatrix
Dtriplet_sparse_matrix.h109 void AllocateMemory();
/external/lldb/tools/debugserver/source/MacOSX/
DMachTask.h72 nub_addr_t AllocateMemory (nub_size_t size, uint32_t permissions);
DMachTask.cpp892 MachTask::AllocateMemory (size_t size, uint32_t permissions) in AllocateMemory() function in MachTask
/external/lldb/include/lldb/Target/
DMemory.h165 AllocateMemory (size_t byte_size,
DProcess.h2962 AllocateMemory (size_t size, uint32_t permissions, Error &error);
/external/lldb/source/Expression/
DIRMemoryMap.cpp61 …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()
DClangFunction.cpp322 …args_addr_ref = process->AllocateMemory(m_struct_size, lldb::ePermissionsReadable|lldb::ePermissio… in WriteFunctionArguments()
/external/stressapptest/src/
Dsat.h118 bool AllocateMemory();
Dsat.cc200 bool Sat::AllocateMemory() { in AllocateMemory() function in Sat
599 if (!AllocateMemory()) in Initialize()
/external/valgrind/main/VEX/switchback/
Dtest_emfloat.c1861 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/
DGDBRemoteCommunicationClient.h197 AllocateMemory (size_t size, uint32_t permissions);
DGDBRemoteCommunicationClient.cpp1351 GDBRemoteCommunicationClient::AllocateMemory (size_t size, uint32_t permissions) in AllocateMemory() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp2098 allocated_addr = m_gdb_comm.AllocateMemory (size, permissions); in DoAllocateMemory()
/external/lldb/source/Target/
DMemory.cpp413 AllocatedMemoryCache::AllocateMemory (size_t byte_size, in AllocateMemory() function in AllocatedMemoryCache
DProcess.cpp2714 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/
Dframe.c534 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function
649 if (!AllocateMemory(dec)) return 0; in VP8InitFrame()
/external/chromium_org/third_party/libwebp/dec/
Dframe.c534 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function
649 if (!AllocateMemory(dec)) return 0; in VP8InitFrame()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1796 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/
DDNB.cpp993 return procSP->Task().AllocateMemory (size, permissions); in DNBProcessMemoryAllocate()