Home
last modified time | relevance | path

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

123456

/third_party/eudev/src/shared/
Dprocess-util.c68 size_t len = 0, allocated = 0; in get_process_cmdline() local
150 size_t allocated = 0, sz = 0; in get_process_environ() local
/third_party/flutter/glfw/src/
Dposix_tls.h40 GLFWbool allocated; member
/third_party/boost/libs/lockfree/test/
Dfreelist_test.cpp49 int allocated; member
66 dummy * allocated = fl.template construct<threadsafe, bounded>(); in run_test() local
111 dummy * allocated = fl.template construct<threadsafe, bounded>(); in oom_test() local
/third_party/pulseaudio/src/tests/
Dget-binary-name-test.c34 size_t allocated = 128; in START_TEST() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DObjectStorage.h34 bool allocated; member
/third_party/python/Include/cpython/
Dlistobject.h21 Py_ssize_t allocated; member
Dbytesobject.h49 Py_ssize_t allocated; member
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dnet.c57 void *allocated[] = { }; in FreeResource() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsarrst.h57 size_t allocated; /* items allocated */ member
/third_party/freetype/src/psaux/
Dpsarrst.h57 size_t allocated; /* items allocated */ member
/third_party/flutter/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/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/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/gettext/gettext-tools/src/
Dfilter-sr-latin.c307 size_t allocated = input_len + (input_len >> 1); in serbian_to_latin() local
/third_party/mesa3d/src/util/
Dblob.h54 size_t allocated; member
/third_party/grpc/src/core/lib/gpr/
Dlog_posix.cc48 char* allocated = nullptr; in gpr_log() local
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dmemory-ostream.oo.c38 size_t allocated; /* Allocated size of the buffer. */ member
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_opt.h116 int allocated; member
/third_party/boost/libs/any/test/
Dtest.hpp166 unsigned long allocated() const in allocated() function in any_tests::allocations
256 unsigned long allocated = allocations::instance().allocated(); in operator ()() local
/third_party/alsa-utils/alsamixer/
Dutils.c124 unsigned int allocated = 2048; in read_file() local
/third_party/googletest/googletest/samples/
Dsample10_unittest.cc62 static int allocated() { return allocated_; } in allocated() function in __anonc998c4140111::Water
/third_party/glib/glib/
Dgrcbox.c184 char *allocated; in g_rc_box_alloc_full() local
/third_party/ffmpeg/libavfilter/
Dframequeue.h63 size_t allocated; member
/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc_test.cc81 AllocMap allocated; in Test() local

123456