Home
last modified time | relevance | path

Searched defs:alloc_size (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/grpc/src/core/lib/gprpp/
Darena.cc40 size_t alloc_size = base_size + initial_size; in ArenaStorage() local
68 size_t alloc_size) { in CreateWithAlloc()
92 size_t alloc_size = zone_base_size + size; in AllocZone() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_memory_allocator.cc71 auto alloc_size = AllocDeviceMem(size, addr); in AllocBufferQueueMem() local
87 auto alloc_size = CudaDriver::AllocDeviceMem(size, addr); in AllocDeviceMem() local
Dgpu_memory_manager.cc89 auto alloc_size = in MallocDeviceMemory() local
Dgpu_memory_copy_manager.cc153 auto alloc_size = CudaDriver::AllocHostPinnedMem(size, addr); in AllocHostPinnedMem() local
/third_party/FreeBSD/sys/dev/usb/
Dusb_mbuf.c45 usb_size_t alloc_size; in usb_alloc_mbufs() local
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dutil.c28 allocate(uint32_t alloc_size, int clear) in allocate()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_memory_pool.cc70 size_t CPUMemoryPool::AllocDeviceMem(size_t alloc_size, DeviceMemPtr *addr) { in AllocDeviceMem()
/third_party/boost/libs/pool/test/
Dtest_bug_2696.cpp37 static const unsigned alloc_size = sizeof(void*); in main() local
/third_party/libwebsockets/lib/misc/lwsac/
Dprivate-lib-misc-lwsac.h48 size_t alloc_size; /* alloc size of the whole chunk */ member
/third_party/mesa3d/src/util/
Dos_memory_aligned.h74 size_t alloc_size; in os_malloc_aligned() local
Dos_memory_fd.c106 size_t alloc_size, offset; in os_malloc_aligned_fd() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dactor_common.h85 …TEXT_MEMORY_ALLOC_FAIL_BY_STRATEGY(strategy, op_context, device_context, kernel_name, alloc_size) \ argument
Dmemory_manager_actor.cc171 … const DeviceContext *device_context, size_t alloc_size, in SetOpContextMemoryAllocFail()
/third_party/ffmpeg/libavformat/
Dcafenc.c216 int i, alloc_size = caf->size_entries_used + 5; in caf_write_packet() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_android.c426 uint64_t alloc_size = 0; in vn_android_image_from_anb() local
803 uint64_t alloc_size = 0; in vn_GetAndroidHardwareBufferPropertiesANDROID() local
946 uint64_t alloc_size = 0; in vn_android_device_import_ahb() local
1176 uint64_t alloc_size = 0; in vn_android_init_ahb_buffer_memory_type_bits() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h122 gsize alloc_size; /* because maxsize is used for mapping */ member
207 gsize alloc_size; member
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls_mem.c107 size_t alloc_size; in tls_malloc() local
/third_party/libdrm/amdgpu/
Damdgpu.h158 uint64_t alloc_size; member
214 uint64_t alloc_size; member
243 uint64_t alloc_size; member
/third_party/glib/glib/deprecated/
Dgallocator.c29 guint alloc_size; /* the size of an atom */ member
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h54 size_t alloc_size; member
/third_party/ejdb/src/jbl/tests/
Djbl_test_binn1.c23 static int CalcAllocation(int needed_size, int alloc_size) { in CalcAllocation()
34 int alloc_size; in CheckAllocation() local
/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h105 size_t alloc_size; /**< allocated storage for token, options and member
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dtiffdec.c164 int64_t alloc_size; in ReadTIFF() local
/third_party/skia/third_party/externals/libwebp/imageio/
Dtiffdec.c165 int64_t alloc_size; in ReadTIFF() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c213 LLVMValueRef alloc_size = LLVMBuildMul(gallivm->builder, coro_num_hdls, coro_size, ""); in lp_build_coro_alloc_mem_array() local

1234