Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 - 25 of 47) sorted by relevance

12

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.cpp53 uint32_t allocSize = sizeof(Bitmap) + size; in GetSpace() local
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_virtual_memory.cpp74 int32_t allocSize = align_ ? (capacity_ + align_ - 1) : capacity_; in Init() local
H A Dav_shared_memory_ext.cpp95 int32_t allocSize = align_ ? (capacity_ + align_ - 1) : capacity_; in Init() local
/foundation/multimedia/media_foundation/src/common/
H A Dshare_memory.cpp33 size_t allocSize = align ? (capacity + align - 1) : capacity; in ShareMemory() local
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dshare_memory.cpp27 size_t allocSize = align ? (capacity + align - 1) : capacity; in ShareMemory() local
H A Dplugin_buffer.cpp36 size_t allocSize = align ? (capacity + align - 1) : capacity; in Memory() local
/kernel/uniproton/src/mem/fsc/
H A Dprt_fscmem.c72 U32 allocSize; in OsFscMemAllocInner() local
/third_party/skia/bench/
H A DTriangulatorBench.cpp76 size_t allocSize = eagerCount * stride; variable
/base/security/permission_lite/services/ipc_auth/src/
H A Dipc_auth_impl.c122 int allocSize = sizeof(PolicyTrans) * num; in SetPolicies() local
/kernel/liteos_a/kernel/extended/lms/usr/
H A Dlos_lmslibc.c40 size_t allocSize = malloc_usable_size(ptr); in LmsFree() local
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/secure/
H A Dlos_secure_heap.c81 STATIC struct OsSecureHeapNode *OsSecureHeapFindSuitableFreeBlock(UINT32 allocSize) in OsSecureHeapFindSuitableFreeBlock() argument
114 STATIC INLINE VOID OsSecureHeapSplitNode(struct OsSecureHeapNode *allocNode, UINT32 allocSize) in OsSecureHeapSplitNode() argument
165 UINT32 allocSize; in OsSecureHeapAllocNode() local
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/secure/
H A Dlos_secure_heap.c82 STATIC struct OsSecureHeapNode *OsSecureHeapFindSuitableFreeBlock(UINT32 allocSize) in OsSecureHeapFindSuitableFreeBlock() argument
115 STATIC INLINE VOID OsSecureHeapSplitNode(struct OsSecureHeapNode *allocNode, UINT32 allocSize) in OsSecureHeapSplitNode() argument
166 UINT32 allocSize; in OsSecureHeapAllocNode() local
[all...]
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/secure/
H A Dlos_secure_heap.c81 STATIC struct OsSecureHeapNode *OsSecureHeapFindSuitableFreeBlock(UINT32 allocSize) in OsSecureHeapFindSuitableFreeBlock() argument
114 STATIC INLINE VOID OsSecureHeapSplitNode(struct OsSecureHeapNode *allocNode, UINT32 allocSize) in OsSecureHeapSplitNode() argument
165 UINT32 allocSize; in OsSecureHeapAllocNode() local
[all...]
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/secure/
H A Dlos_secure_heap.c82 STATIC struct OsSecureHeapNode *OsSecureHeapFindSuitableFreeBlock(UINT32 allocSize) in OsSecureHeapFindSuitableFreeBlock() argument
115 STATIC INLINE VOID OsSecureHeapSplitNode(struct OsSecureHeapNode *allocNode, UINT32 allocSize) in OsSecureHeapSplitNode() argument
166 UINT32 allocSize; in OsSecureHeapAllocNode() local
[all...]
/third_party/skia/src/core/
H A DSkBlockAllocator.cpp212 int allocSize; in addBlock() local
/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c281 size_t allocSize = 0; in AllocMmap() local
/foundation/multimedia/media_foundation/src/plugin/
H A Dplugin_buffer.cpp35 size_t allocSize = align ? (capacity + align - 1) : capacity; in Memory() local
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h214 uint64_t allocSize = ((memInfo.leftDataCounts + memInfo.totalDataCounts - 1) / memInfo.totalDataCounts + 1) in CalculateMemSize() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
H A Daudio_ffmpeg_decoder_plugin.cpp354 auto allocSize = AlignUp(configSize + AV_INPUT_BUFFER_PADDING_SIZE, 16); // 16 in AssignExtraDataIfExistsLocked() local
/third_party/icu/icu4c/source/common/
H A Dunisetspan.cpp271 int32_t allocSize; in UnicodeSetStringSpan() local
412 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunisetspan.cpp271 int32_t allocSize; in UnicodeSetStringSpan() local
412 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
[all...]
/third_party/libexif/libexif/
H A Dexif-entry.c1498 unsigned int allocSize = hasDefault ? info->default_size : (exif_format_get_size (e->format) * e->components); in exif_entry_initialize_gps() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp388 VkDeviceSize allocSize[arrayLength]; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp390 VkDeviceSize allocSize[arrayLength]; in iterate() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dunisetspan.cpp271 int32_t allocSize; in UnicodeSetStringSpan() local
412 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
[all...]

Completed in 18 milliseconds

12