Home
last modified time | relevance | path

Searched defs:allocated_memory (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/executorch/runtime/kernel/test/
H A Dkernel_runtime_context_test.cpp66 Result<void*> allocated_memory = context.allocate_temp(4); in TEST_F() local
77 Result<void*> allocated_memory = context.allocate_temp(4); in TEST_F() local
88 Result<void*> allocated_memory = context.allocate_temp(8); in TEST_F() local
99 Result<void*> allocated_memory = context.allocate_temp(4, 2); in TEST_F() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_perftest.cc235 size_t allocated_memory = kAllocSize; in SingleBucket() local
287 size_t allocated_memory = kAllocSize; in MultiBucket() local
H A Dpartition_alloc_unittest.cc5219 std::vector<void*> allocated_memory; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/
H A Dflatbuffer_conversions.h47 void* allocated_memory = this->Allocate(sizeof(T), alignof(T)); in AllocatePOD() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dmemory.hpp59 allocated_memory_type allocated_memory; member
/aosp_15_r20/external/executorch/exir/
H A Dtensor.py151 def allocated_memory(self) -> int: member in TensorSpec
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_factory.cc94 int64_t allocated_memory = 0; in SingleVirtualDeviceMemoryLimit() local
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dtls_unittest.cc365 .WillOnce([](void* allocated_memory, size_t size_in_bytes) { in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc1098 int64_t allocated_memory = 0; in SingleVirtualDeviceMemoryLimit() local