Home
last modified time | relevance | path

Searched defs:allocated_size (Results 1 – 25 of 35) sorted by relevance

12

/external/tink/cc/util/
Dbuffer.cc37 explicit OwningBuffer(int allocated_size) in OwningBuffer()
46 int allocated_size() const override { return allocated_size_; } in allocated_size() function in crypto::tink::util::__anona3c3a6ba0111::OwningBuffer
77 NonOwningBuffer(char* mem_block, int allocated_size) in NonOwningBuffer()
83 int allocated_size() const override { return allocated_size_; } in allocated_size() function in crypto::tink::util::__anona3c3a6ba0111::NonOwningBuffer
107 StatusOr<std::unique_ptr<Buffer>> Buffer::New(int allocated_size) { in New()
117 char* mem_block, int allocated_size) { in NewNonOwning()
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.h127 size_t allocated_size; member
/external/cronet/base/debug/
Dallocation_trace.cc53 size_t allocated_size, in OnAllocation()
Dallocation_trace.h82 size_t allocated_size) { in InitializeAllocation()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc36 size_t allocated_size; member
/external/pcre/src/sljit/allocator_src/
DsljitExecAllocatorCore.c119 static sljit_uw allocated_size; variable
/external/clang/lib/Sema/
DAttributeList.cpp34 size_t AttributeList::allocated_size() const { in allocated_size() function in AttributeList
/external/webp/src/utils/
Dbit_writer_utils.c208 size_t allocated_size; in VP8LBitWriterResize() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dlight_outside_compilation_kernels_for_test.cc267 size_t allocated_size = input.AllocatedBytes(); in Compute() local
/external/cronet/base/trace_event/
Dmalloc_dump_provider.cc56 size_t allocated_size; member
/external/compiler-rt/lib/asan/
Dasan_allocator.cc384 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate() local
902 uptr allocated_size = instance.AllocationSize(ptr); in __sanitizer_get_allocated_size() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessXFBTests.cpp675 glw::GLint allocated_size = -1; in prepareObjects() local
/external/cronet/third_party/libc++/src/test/support/
Dcontrolled_allocators.h70 std::size_t allocated_size; member
Dtest_allocator.h34 int allocated_size = 0; // the size of allocated elements member
/external/compiler-rt/lib/interception/
Dinterception_win.cc293 uptr allocated_size; member
/external/libcxx/test/support/
Dcontrolled_allocators.hpp69 std::size_t allocated_size; member
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc474 size_t allocated_size = initial_ptrs_allocated_sizes[2 * i] + in TestBinDebugInfo() local
/external/grpc-grpc/src/core/tsi/
Dfake_transport_security.cc50 size_t allocated_size; member
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dfake_transport_security.cc50 size_t allocated_size; member
/external/pdfium/third_party/libtiff/
Dtif_dir.h297 uint32_t allocated_size; /* 0 if array is constant, other if modified by member
/external/cronet/base/metrics/
Dfield_trial.cc922 size_t allocated_size = in GetParamsFromSharedMemory() local
/external/libchrome/base/metrics/
Dfield_trial.cc1097 size_t allocated_size = in GetParamsFromSharedMemory() local
/external/mesa3d/src/freedreno/decode/
Dreplay.c836 __u64 allocated_size; member
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_alloc_unittest.cc4957 size_t allocated_size = 2 * allocation_size; in TEST_P() local
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h54142 size_t allocated_size; member

12