| /external/skia/src/core/ | 
| D | SkAutoPixmapStorage.cpp | 31 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) {  in AllocSize()  function in SkAutoPixmapStorage
 | 
| /external/gwp_asan/gwp_asan/ | 
| D | common.cpp | 41                                           size_t AllocSize) {  in RecordAllocation()
 | 
| /external/gwp_asan/gwp_asan/tests/ | 
| D | basic.cpp | 30   for (unsigned AllocSize = 1; AllocSize <= MaxAllocSize; AllocSize <<= 1) {  in TEST_F()  local
 | 
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ | 
| D | hpack_table.h | 62     constexpr uint32_t AllocSize = sizeof(*ents) * kInitialCapacity;  in grpc_chttp2_hptbl()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPULowerKernelArguments.cpp | 99     unsigned AllocSize = DL.getTypeAllocSize(ArgTy);  in runOnFunction()  local
 | 
| D | AMDGPUPromoteAlloca.cpp | 670         uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType());  in hasSufficientLocalMem()  local775   uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy);  in handleAlloca()  local
 
 | 
| D | AMDGPUSubtarget.cpp | 506     uint64_t AllocSize = DL.getTypeAllocSize(ArgTy);  in getExplicitKernArgSize()  local
 | 
| D | AMDGPUCallLowering.cpp | 461     unsigned AllocSize = DL.getTypeAllocSize(ArgTy);  in lowerFormalArgumentsKernel()  local
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ | 
| D | StringMap.h | 164     unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+  in Create()  local205     unsigned AllocSize =  in Destroy()  local
 
 | 
| /external/llvm/include/llvm/ADT/ | 
| D | StringMap.h | 158     unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+  in Create()  local199     unsigned AllocSize =  in Destroy()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | StringMap.h | 184     size_t AllocSize = sizeof(StringMapEntry) + KeyLength + 1;  in Create()  local225     size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1;  in Destroy()  local
 
 | 
| /external/rust/crates/flate2/src/ffi/ | 
| D | c.rs | 68 extern "C" fn zalloc(_ptr: *mut c_void, items: AllocSize, item_size: AllocSize) -> *mut c_void {  in zalloc()385     pub type AllocSize = libz::uInt;  typedef
 
 | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUPromoteAlloca.cpp | 172         uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType());  in runOnFunction()  local669   uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy);  in handleAlloca()  local
 
 | 
| /external/clang/lib/CodeGen/ | 
| D | CGExprCXX.cpp | 1169     llvm::Value *AllocSize;  member in __anon206672610211::CallDeleteDuringNew1181                         llvm::Value *AllocSize)   in CallDeleteDuringNew()
 1222     DominatingValue<RValue>::saved_type AllocSize;  member in __anon206672610211::CallDeleteDuringConditionalNew
 1236                               DominatingValue<RValue>::saved_type AllocSize)  in CallDeleteDuringConditionalNew()
 1280                                   llvm::Value *AllocSize,  in EnterNewDeleteCleanup()
 
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ | 
| D | cord_rep_ring.h | 485 constexpr size_t CordRepRing::AllocSize(size_t capacity) {  in AllocSize()  function
 | 
| /external/webrtc/third_party/abseil-cpp/absl/strings/internal/ | 
| D | cord_rep_ring.h | 488 constexpr size_t CordRepRing::AllocSize(size_t capacity) {  in AllocSize()  function
 | 
| /external/angle/third_party/abseil-cpp/absl/strings/internal/ | 
| D | cord_rep_ring.h | 488 constexpr size_t CordRepRing::AllocSize(size_t capacity) {  in AllocSize()  function
 | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/ | 
| D | cord_rep_ring.h | 488 constexpr size_t CordRepRing::AllocSize(size_t capacity) {  in AllocSize()  function
 | 
| /external/abseil-cpp/absl/strings/internal/ | 
| D | cord_rep_ring.h | 488 constexpr size_t CordRepRing::AllocSize(size_t capacity) {  in AllocSize()  function
 | 
| /external/cronet/third_party/abseil-cpp/absl/strings/internal/ | 
| D | cord_rep_ring.h | 488 constexpr size_t CordRepRing::AllocSize(size_t capacity) {  in AllocSize()  function
 | 
| /external/cronet/buildtools/third_party/libc++abi/trunk/src/ | 
| D | cxa_demangle.cpp | 295   static constexpr size_t AllocSize = 4096;  member in __anon0914ba870211::BumpPointerAllocator
 | 
| /external/libcxxabi/src/ | 
| D | cxa_demangle.cpp | 255   static constexpr size_t AllocSize = 4096;  member in __anon94d573bb0211::BumpPointerAllocator
 | 
| /external/clang/lib/Rewrite/ | 
| D | RewriteRope.cpp | 793   unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize;  in MakeRopeString()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ | 
| D | ItaniumDemangle.cpp | 254   static constexpr size_t AllocSize = 4096;  member in __anon4bf8d6790211::BumpPointerAllocator
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | Instructions.cpp | 524                                  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()
 
 |