Searched refs:allocSize (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
H A D | attributes.d | 488 auto allocSize(int sizeArgIdx, int numArgIdx = int.min) 493 auto allocSize(A...)(A arguments) in allocSize() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1575 llvm::Value *allocSize = in EmitCXXNewExpr() local 1601 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr() 1612 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr() 1615 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr() 1702 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr() 1708 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr() 1710 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | bitmapped_block.d | 1673 static void testAlloc(Allocator)(ref Allocator a, size_t allocSize) 1687 void[] b = a.allocate(allocSize); 1688 assert(b.length == allocSize); 2069 int allocSize = numBlocks[uniform(0, 3, rnd)] * 16; 2073 if (event) buf[iter] = a.allocate(allocSize); 2074 else buf[iter] = a.allocateFresh(allocSize); 2078 assert(buf[iter].length == allocSize);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/ |
H A D | gc.d | 3951 …void setPointerBitmapSmall(void* p, size_t s, size_t allocSize, uint attr, const TypeInfo ti) noth… 3954 setPointerBitmap(p, s, allocSize, ti, attr); 3958 void setPointerBitmap(void* p, size_t s, size_t allocSize, const TypeInfo ti, uint attr) nothrow 3973 s = allocSize; 4020 if (s < allocSize) 4023 is_pointer.clrRange(offset/(void*).sizeof, (allocSize - s)/(void*).sizeof); 4031 s = allocSize;
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 1488 o The @allocSize(arguments) attribute is the same as
|