Home
last modified time | relevance | path

Searched defs:AllocSize (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm-project/llvm/unittests/Analysis/
DMemoryBuiltinsTest.cpp23 TEST(AllocSize, AllocationBuiltinsTest) { in TEST() argument
/external/rust/crates/flate2/src/ffi/
Dc.rs60 extern "C" fn zalloc(_ptr: *mut c_void, items: AllocSize, item_size: AllocSize) -> *mut c_void { in zalloc()
336 pub type AllocSize = libc::size_t; typedef
371 pub type AllocSize = libz_sys::uInt; typedef
435 pub type AllocSize = cloudflare_zlib_sys::uInt; typedef
/external/skqp/src/core/
DSkAutoPixmapStorage.cpp27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
/external/skia/src/core/
DSkAutoPixmapStorage.cpp31 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dbasic.cpp30 for (unsigned AllocSize = 1; AllocSize <= MaxAllocSize; AllocSize <<= 1) { in TEST_F() local
/external/gwp_asan/gwp_asan/
Dcommon.cpp41 size_t AllocSize) { in RecordAllocation()
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dcommon.cpp41 size_t AllocSize) { in RecordAllocation()
/external/gwp_asan/gwp_asan/tests/
Dbasic.cpp30 for (unsigned AllocSize = 1; AllocSize <= MaxAllocSize; AllocSize <<= 1) { in TEST_F() local
/external/llvm-project/llvm/include/llvm/ADT/
DStringMapEntry.h126 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h62 constexpr uint32_t AllocSize = sizeof(*ents) * kInitialCapacity; in grpc_chttp2_hptbl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp99 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
DAMDGPUPromoteAlloca.cpp670 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in hasSufficientLocalMem() local
775 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
/external/llvm/include/llvm/ADT/
DStringMap.h158 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
199 unsigned AllocSize = in Destroy() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h164 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
205 unsigned AllocSize = in Destroy() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp118 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
DAMDGPUPromoteAlloca.cpp800 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); in hasSufficientLocalMem() local
920 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringMap.h184 size_t AllocSize = sizeof(StringMapEntry) + KeyLength + 1; in Create() local
225 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp172 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in runOnFunction() local
669 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1169 llvm::Value *AllocSize; member in __anon355f96dc0211::CallDeleteDuringNew
1181 llvm::Value *AllocSize) in CallDeleteDuringNew()
1222 DominatingValue<RValue>::saved_type AllocSize; member in __anon355f96dc0211::CallDeleteDuringConditionalNew
1236 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew()
1280 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/external/llvm-project/llvm/lib/IR/
DMangler.cpp103 uint64_t AllocSize = AI->hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix() local
/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.h60 const InterpSize AllocSize; member
/external/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp166 uint64_t AllocSize) { in HasAddressTaken()
/external/libcxxabi/src/
Dcxa_demangle.cpp255 static constexpr size_t AllocSize = 4096; member in __anon6eae74d60211::BumpPointerAllocator
/external/llvm-project/libcxxabi/src/
Dcxa_demangle.cpp251 static constexpr size_t AllocSize = 4096; member in __anon3b5c32a40211::BumpPointerAllocator
/external/clang/lib/Rewrite/
DRewriteRope.cpp793 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local

123