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

  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc 69 AllocateMemory();
81 AllocateMemory();
91 AllocateMemory();
141 void TripletSparseMatrix::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);
  /external/chromium_org/third_party/libwebp/dec/
frame.c 534 static int AllocateMemory(VP8Decoder* const dec) {
649 if (!AllocateMemory(dec)) return 0;
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp     [all...]
  /external/webp/src/dec/
frame.c 534 static int AllocateMemory(VP8Decoder* const dec) {
649 if (!AllocateMemory(dec)) return 0;
  /external/stressapptest/src/
sat.cc 200 bool Sat::AllocateMemory() {
599 if (!AllocateMemory())
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c     [all...]

Completed in 316 milliseconds