VirtualBox

Changeset 46211 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
May 22, 2013 11:00:02 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85931
Message:

More strcache testing and some tuning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/strcache-stubs-generic.cpp

    r46208 r46211  
    131131RT_EXPORT_SYMBOL(RTStrCacheIsRealImpl);
    132132
     133
     134RTDECL(uint32_t) RTStrCacheGetStats(RTSTRCACHE hStrCache, size_t *pcbStrings, size_t *pcbChunks, size_t *pcbBigEntries,
     135                                    uint32_t *pcHashCollisions, uint32_t *pcHashCollisions2, uint32_t *pcHashInserts,
     136                                    uint32_t *pcRehashes)
     137{
     138    return UINT32_MAX;
     139}
     140RT_EXPORT_SYMBOL(RTStrCacheGetStats);
     141
Note: See TracChangeset for help on using the changeset viewer.

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