commit | 896fc32d6f25e4bbe916bd27f2d5358d235840d4 | [log] [tgz] |
---|---|---|
author | Chris Forbes <chrisforbes@google.com> | Thu Mar 31 17:37:36 2016 +1300 |
committer | Tobin Ehlis <tobine@google.com> | Fri Apr 01 14:24:37 2016 -0600 |
tree | 394bf0202a1cda99836c68f0454f5533030e3a11 | |
parent | c025ba3a7a8ad299af93449fbc234b6631d6f9eb [diff] |
layers: Replace DEVICE_MEM_INFO::pObjBindings with unordered_set - Add operator== && std::hash specialization required for use in unordered_set. - Replace list by unordered_set - Delete piles of stuff V2: Fix accidentally inverted error condition Signed-off-by: Chris Forbes <chrisforbes@google.com>