Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/glfw/src/
Dposix_thread.h38 GLFWbool allocated; member
46 GLFWbool allocated; member
Dwin32_thread.h42 GLFWbool allocated; member
50 GLFWbool allocated; member
/third_party/pulseaudio/src/tests/
Dget-binary-name-test.c34 size_t allocated = 128; in START_TEST() local
/third_party/python/Include/internal/
Dpycore_list.h49 Py_ssize_t allocated = self->allocated; in _PyList_AppendTakeRef() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc102 absl::FixedArray<int, 10> allocated(15); in TEST() local
119 absl::FixedArray<std::unique_ptr<int>, 10> allocated(15); in TEST() local
548 absl::FixedArray<int, 0> allocated = {1, 2, 3}; in TEST() local
616 absl::FixedArray<int, 0> allocated(5); in TEST() local
648 int64_t allocated = 0; in TEST() local
669 int64_t allocated = 0; in TEST() local
753 int64_t allocated = 0; in TEST() local
763 int64_t allocated = 0; in TEST() local
/third_party/node/deps/v8/tools/zone-stats/
Dtrace-file-reader.js160 zones.set(zone.name, { allocated: zone.allocated, property
169 allocated: entry_stats.allocated, property
Dglobal-timeline.js159 { allocated: zone_stats.allocated, property
243 { allocated: zone_stats.allocated, property
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsarrst.h57 size_t allocated; /* items allocated */ member
/third_party/python/Parser/
Dstring_parser.h19 Py_ssize_t allocated; /* Number we've allocated. */ member
/third_party/node/deps/v8/src/interpreter/
Dbytecode-register-optimizer.cc19 bool allocated) in RegisterInfo()
70 bool allocated() const { return allocated_; } in allocated() function in v8::internal::interpreter::BytecodeRegisterOptimizer::RegisterInfo
71 void set_allocated(bool allocated) { allocated_ = allocated; } in set_allocated()
/third_party/mesa3d/src/util/
Dblob.h57 size_t allocated; member
/third_party/python/Include/cpython/
Dlistobject.h21 Py_ssize_t allocated; member
Dbytesobject.h64 Py_ssize_t allocated; member
/third_party/elfutils/libdw/
Ddwarf_getpubnames.c46 size_t allocated = 0; in get_offsets() local
/third_party/libfuse/include/
Dfuse_opt.h117 int allocated; member
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_opt.h116 int allocated; member
/third_party/alsa-utils/alsamixer/
Dutils.c124 unsigned int allocated = 2048; in read_file() local
/third_party/googletest/googletest/samples/
Dsample10_unittest.cc61 static int allocated() { return allocated_; } in allocated() function in __anon94e6b9750111::Water
/third_party/node/deps/v8/src/heap/
Dallocation-observer.cc73 void AllocationCounter::AdvanceAllocationObservers(size_t allocated) { in AdvanceAllocationObservers()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dlow_level_alloc_test.cc85 AllocMap allocated; in Test() local
/third_party/ffmpeg/libavfilter/
Dframequeue.h63 size_t allocated; member
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc734 const AllocatedOperand& allocated) { in AllocatePendingSpillOperand()
1120 AllocatedOperand allocated, int instr_index, in SpillForDeferred()
1166 void RegisterState::Commit(RegisterIndex reg, AllocatedOperand allocated, in Commit()
1176 void RegisterState::Spill(RegisterIndex reg, AllocatedOperand allocated, in Spill()
1185 AllocatedOperand allocated, in SpillForDeferred()
1890 AllocatedOperand allocated = AllocatedOperandForReg(reg, vreg_data.rep()); in SpillRegisterAtMerge() local
1901 AllocatedOperand allocated = in SpillRegisterAtMerge() local
1927 AllocatedOperand allocated = in SpillRegisterAtMerge() local
2245 AllocatedOperand allocated = AllocatedOperandForReg(reg, rep); in CommitRegister() local
2258 AllocatedOperand allocated = AllocatedOperandForReg(reg, rep); in SpillRegister() local
[all …]
/third_party/skia/third_party/externals/expat/expat/tests/
Dminicheck.h94 int allocated; member
/third_party/musl/porting/liteos_a/user/src/network/
Dif_nameindex.c21 unsigned int num, allocated, str_bytes; member
/third_party/musl/src/network/
Dif_nameindex.c20 unsigned int num, allocated, str_bytes; member

1234