Changeset 45903 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 6, 2013 11:38:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/memcache.cpp
r44528 r45903 142 142 * 143 143 * @todo This doesn't scale well when several threads are beating on the 144 * cache. Also, it totally doesn't work when we've got a145 * constructor/destructor around or the objects are toosmall. */144 * cache. Also, it totally doesn't work when the objects are too 145 * small. */ 146 146 PRTMEMCACHEFREEOBJ volatile pFreeTop; 147 147 } RTMEMCACHEINT; … … 548 548 else 549 549 { 550 /* Note: Do *NOT* attempt to poison the object if we have a constructor 551 or/and destructor! */ 550 /* Note: Do *NOT* attempt to poison the object! */ 552 551 553 552 /*
Note:
See TracChangeset
for help on using the changeset viewer.