Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkAutoPixmapStorage.cpp31 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
/external/rust/crates/flate2/src/ffi/
Dc.rs77 extern "C" fn zalloc(_ptr: *mut c_void, items: AllocSize, item_size: AllocSize) -> *mut c_void { in zalloc()
374 pub type AllocSize = libc::size_t; typedef
411 pub type AllocSize = libz::uInt; typedef
/external/gwp_asan/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/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/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/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
DAMDGPUSubtarget.cpp506 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
DAMDGPUCallLowering.cpp461 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArgumentsKernel() 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/clang/lib/CodeGen/
DCGExprCXX.cpp1169 llvm::Value *AllocSize; member in __anon3b2e8e080211::CallDeleteDuringNew
1181 llvm::Value *AllocSize) in CallDeleteDuringNew()
1222 DominatingValue<RValue>::saved_type AllocSize; member in __anon3b2e8e080211::CallDeleteDuringConditionalNew
1236 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew()
1280 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h485 constexpr size_t CordRepRing::AllocSize(size_t capacity) { in AllocSize() function
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h488 constexpr size_t CordRepRing::AllocSize(size_t capacity) { in AllocSize() function
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h488 constexpr size_t CordRepRing::AllocSize(size_t capacity) { in AllocSize() function
/external/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h488 constexpr size_t CordRepRing::AllocSize(size_t capacity) { in AllocSize() function
/external/libcxxabi/src/
Dcxa_demangle.cpp255 static constexpr size_t AllocSize = 4096; member in __anon95a536820211::BumpPointerAllocator
/external/clang/lib/Rewrite/
DRewriteRope.cpp793 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp254 static constexpr size_t AllocSize = 4096; member in __anon460285200211::BumpPointerAllocator
/external/llvm/lib/IR/
DInstructions.cpp443 Type *AllocTy, Value *AllocSize, in createMalloc()
530 Value *AllocSize, Value *ArraySize, in CreateMalloc()
538 Value *AllocSize, Value *ArraySize, in CreateMalloc()
557 Value *AllocSize, Value *ArraySize, in CreateMalloc()
564 Value *AllocSize, Value *ArraySize, in CreateMalloc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp524 Type *AllocTy, Value *AllocSize, in createMalloc()
612 Value *AllocSize, Value *ArraySize, in CreateMalloc()
620 Value *AllocSize, Value *ArraySize, in CreateMalloc()
638 Value *AllocSize, Value *ArraySize, in CreateMalloc()
645 Value *AllocSize, Value *ArraySize, in CreateMalloc()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc269 TEST(Layout, AllocSize) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dlayout_test.cc269 TEST(Layout, AllocSize) { in TEST() argument

12