HomeSort by relevance Sort by last modified time
    Searched refs:AllocateMemory (Results 1 - 18 of 18) sorted by null

  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc 69 AllocateMemory();
81 AllocateMemory();
91 AllocateMemory();
141 void TripletSparseMatrix::AllocateMemory() {
triplet_sparse_matrix.h 109 void AllocateMemory();
  /external/lldb/include/lldb/Target/
Memory.h 165 AllocateMemory (size_t byte_size,
Process.h     [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.h 72 nub_addr_t AllocateMemory (nub_size_t size, uint32_t permissions);
MachTask.cpp     [all...]
  /external/lldb/source/Expression/
IRMemoryMap.cpp 61 ret = process_sp->AllocateMemory(size, lldb::ePermissionsReadable | lldb::ePermissionsWritable, alloc_error);
270 allocation_address = process_sp->AllocateMemory(allocation_size, permissions, error);
292 allocation_address = process_sp->AllocateMemory(allocation_size, permissions, error);
ClangFunction.cpp 322 args_addr_ref = process->AllocateMemory(m_struct_size, lldb::ePermissionsReadable|lldb::ePermissionsWritable, error);
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 197 AllocateMemory (size_t size, uint32_t permissions);
GDBRemoteCommunicationClient.cpp     [all...]
ProcessGDBRemote.cpp     [all...]
  /external/valgrind/VEX/switchback/
test_emfloat.c     [all...]
  /external/vboot_reference/utility/
eficompress.c 90 AllocateMemory (
412 AllocateMemory ()
886 Status = AllocateMemory();
  /external/lldb/source/Target/
Memory.cpp 413 AllocatedMemoryCache::AllocateMemory (size_t byte_size,
436 log->Printf ("AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8zx, permissions = %s) => 0x%16.16" PRIx64, byte_size, GetPermissionsAsCString(permissions), (uint64_t)addr);
Process.cpp     [all...]
  /external/webp/src/dec/
frame.c 534 static int AllocateMemory(VP8Decoder* const dec) {
649 if (!AllocateMemory(dec)) return 0;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp     [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp     [all...]

Completed in 392 milliseconds