Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [pango] Allocate PangoScriptIter on stack. | Chris Wilson | 2009-03-20 | 1 | -0/+56 |
Move the PangoScriptIter structure definition to a private header file, so that we can embed the iterator within other structures or allocate a local iterator on the stack. This eliminates the frequent short-lived allocations associated with the iterator. |