Home
last modified time | relevance | path

Searched defs:chunk_size (Results 1 – 18 of 18) sorted by relevance

/llvm-project/llvm/utils/
H A Ddemangle_tree.py97 def process_one_chunk(pool, chunk_size, objdump, context): argument
152 def process_pending_files(pool, chunk_size, objdump, context): argument
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_for_schedule_dynamic.c17 const int chunk_size = 7; variable
H A Domp_for_schedule_runtime.c28 int chunk_size; in test_omp_for_runtime() local
H A Domp_for_schedule_static.c22 int chunk_size; in test_omp_for_schedule_static() local
H A Domp_for_schedule_static_3.c26 int chunk_size; in test_omp_for_schedule_static_3() local
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h291 IsItaniumABIArrayCookie(uptr chunk_beg,uptr chunk_size,uptr addr) IsItaniumABIArrayCookie() argument
302 IsARMABIArrayCookie(uptr chunk_beg,uptr chunk_size,uptr addr) IsARMABIArrayCookie() argument
312 IsSpecialCaseOfOperatorNew0(uptr chunk_beg,uptr chunk_size,uptr addr) IsSpecialCaseOfOperatorNew0() argument
/llvm-project/lldb/source/Target/
H A DMemory.cpp268 AllocatedBlock(lldb::addr_t addr,uint32_t byte_size,uint32_t permissions,uint32_t chunk_size) AllocatedBlock() argument
361 AllocatePage(uint32_t byte_size,uint32_t permissions,uint32_t chunk_size,Status & error) AllocatePage() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h374 uptr chunk_size = ClassIdToSize(class_id); ForEachChunk() local
517 ReleaseFreeMemoryToOS(CompactPtrT * free_array,uptr free_array_count,uptr chunk_size,uptr allocated_pages_count,MemoryMapper * memory_mapper,uptr class_id) ReleaseFreeMemoryToOS() argument
865 const uptr chunk_size = ClassIdToSize(class_id); MaybeReleaseToOS() local
[all...]
H A Dsanitizer_allocator_primary32.h258 uptr chunk_size = ClassIdToSize(possible_regions[region]); in ForEachChunk() local
H A Dsanitizer_platform_limits_posix.h922 long chunk_size; global() member
/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h114 uptr chunk_size; global() member
/llvm-project/mlir/lib/Dialect/XeGPU/IR/
H A DXeGPUOps.cpp284 build(OpBuilder & builder,OperationState & state,TensorDescType TensorDesc,Value source,llvm::ArrayRef<OpFoldResult> offsets,uint32_t chunk_size) build() argument
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp476 size_t chunk_size = src.gcount(); internalPushFile() local
/llvm-project/libcxx/src/
H A Dmemory_resource.cpp233 __allocate_in_new_chunk(memory_resource * upstream,size_t block_size,size_t chunk_size) __allocate_in_new_chunk() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp1681 kmp_loop_nest_iv_t chunk_size = total_left / nth; in __kmpc_for_collapsed_init() local
H A Dkmp_gsupport.cpp424 long chunk_size) { in __kmp_GOMP_parallel_microtask_wrapper()
H A Dkmp_dispatch.cpp1752 UT chunk_size = pr->u.p.parm1; in __kmp_dispatch_next_algorithm() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1331 const uptr chunk_size = Allocator::SizeClassMapT::Size(class_id); TestReleaseFreeMemoryToOS() local