Home | History | Annotate | Download | only in slang

Lines Matching full:mallocation

1547   mOut.indent() << "obj.mAllocation = Allocation.createSized("
1577 mOut.indent() << "obj.mAllocation = Allocation.createTyped(rs, t, usages);\n";
1599 mOut.indent() << "obj.mAllocation = Allocation.createTyped(rs, t, usages);\n";
1641 mOut.indent() << "mAllocation.setFromFieldPacker(index, fp);\n";
1692 mOut.indent() << "mAllocation.setFromFieldPacker(index, " << FieldIndex
1726 mOut.indent() << "mAllocation.setFromFieldPacker(0, "
1745 mOut.indent() << "mAllocation.resize(newSize);\n";