Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tink/cc/util/
H A 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::__anon69b4b91c0111::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::__anon69b4b91c0111::NonOwningBuffer
107 StatusOr<std::unique_ptr<Buffer>> Buffer::New(int allocated_size) { in New()
117 char* mem_block, int allocated_size) { in NewNonOwning()
/aosp_15_r20/bionic/libc/bionic/
H A Dgetcwd.cpp45 size_t allocated_size = size; in getcwd() local
H A Dsysinfo.cpp45 size_t allocated_size = 0; in __get_cpu_count() local
H A Dbionic_allocator.cpp266 size_t allocated_size; in alloc_mmap() local
/aosp_15_r20/external/cronet/base/debug/
H A Dallocation_trace.cc52 size_t allocated_size) { in OnAllocation()
H A Dallocation_trace.h82 size_t allocated_size) { in InitializeAllocation()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtracking_allocator.h127 size_t allocated_size; member
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmalloc_dump_provider.cc36 size_t allocated_size; member
/aosp_15_r20/bionic/libc/private/
H A Dbionic_allocator.h48 size_t allocated_size; member
/aosp_15_r20/external/pcre/src/sljit/allocator_src/
H A DsljitExecAllocatorCore.c119 static sljit_uw allocated_size; variable
/aosp_15_r20/external/compiler-rt/lib/asan/
H A 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
/aosp_15_r20/external/clang/lib/Sema/
H A DAttributeList.cpp34 size_t AttributeList::allocated_size() const { in allocated_size() function in AttributeList
/aosp_15_r20/external/webp/src/utils/
H A Dbit_writer_utils.c208 size_t allocated_size; in VP8LBitWriterResize() local
/aosp_15_r20/system/memory/lmkd/tests/
Dlmkd_test.cpp193 size_t allocated_size = 0; in add_pressure() local
Dlmkd_tests.cpp145 size_t allocated_size = 0; in ConsumeMemory() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dlight_outside_compilation_kernels_for_test.cc267 size_t allocated_size = input.AllocatedBytes(); in Compute() local
/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp81 auto check_pid = [&](int fd, uint64_t allocated_size) -> bool { in dmabuf_sanity_check()
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmalloc_dump_provider.cc55 size_t allocated_size; member
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp675 glw::GLint allocated_size = -1; in prepareObjects() local
/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DMPSAllocator.h232 size_t allocated_size = 0; member
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcontrolled_allocators.h70 std::size_t allocated_size; member
H A Dtest_allocator.h34 int allocated_size = 0; // the size of allocated elements member
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.h77 size_t allocated_size = 0; member
/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.cc293 uptr allocated_size; member
/aosp_15_r20/external/libcxx/test/support/
H A Dcontrolled_allocators.hpp69 std::size_t allocated_size; member

12