Home
last modified time | relevance | path

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

12345

/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/uboot/u-boot-2020.01/tools/libfdt/
Dfdt_rw.c14 int allocated; in fdt_remove_unused_strings() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DObjectStorage.h34 bool allocated; member
/third_party/boringssl/src/crypto/asn1/
Da_bool.c65 unsigned char *p, *allocated = NULL; in i2d_ASN1_BOOLEAN() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsarrst.h57 size_t allocated; /* items allocated */ member
/third_party/python/Include/cpython/
Dlistobject.h25 Py_ssize_t allocated; member
Dbytesobject.h49 Py_ssize_t allocated; member
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsarrst.h57 size_t allocated; /* items allocated */ member
/third_party/python/Parser/pegen/
Dparse_string.h19 Py_ssize_t allocated; /* Number we've allocated. */ member
/third_party/freetype/src/psaux/
Dpsarrst.h57 size_t allocated; /* items allocated */ member
/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/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/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/googletest/googletest/samples/
Dsample10_unittest.cc62 static int allocated() { return allocated_; } in allocated() function in __anondee7d8390111::Water
/third_party/boringssl/src/third_party/googletest/samples/
Dsample10_unittest.cc62 static int allocated() { return allocated_; } in allocated() function in __anon629c781f0111::Water
/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt_sw.c275 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
296 int allocated; in fdt_property_placeholder() local
/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

12345