VirtualBox

Changeset 45903 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 6, 2013 11:38:45 AM (12 years ago)
Author:
vboxsync
Message:

memcache.h/.cpp: doc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/memcache.cpp

    r44528 r45903  
    142142     *
    143143     * @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 a
    145      *       constructor/destructor around or the objects are too small. */
     144     *       cache.  Also, it totally doesn't work when the objects are too
     145     *       small. */
    146146    PRTMEMCACHEFREEOBJ volatile pFreeTop;
    147147} RTMEMCACHEINT;
     
    548548    else
    549549    {
    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! */
    552551
    553552        /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette