Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-09 | Sanitize CJBig2_SymbolDict's memory usage.chromium/2534chromium/2533chromium/2532 | Lei Zhang | |
- Use std::vector<JBig2ArithCtx> instead of storing pointers to arrays. - Make CJBig2_SymbolDict's members private with accessors. - Use std::vector<JBig2ArithCtx> in related places. - Steal Chromium's vector_as_array() and use it as an adaptor as needed. BUG=514891 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1388203003 . |