mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
ea80354c08
This change reimplements nsTHashtable::Clear() using PLDHashable::Clear(). This changes its semantics slightly -- the old version would clear the table but leave its capacity unchanged. The new version will adjust the capacity to the default, though the entry storage will only be re-allocated when the first new element is added. |
||
---|---|---|
.. | ||
docs | ||
moz.build | ||
XPCOMRTInit.cpp | ||
XPCOMRTInit.h | ||
XPCOMRTModule.inc | ||
XPCOMRTStubs.cpp |