VirtualBox

Changeset 1447 in kBuild


Ignore:
Timestamp:
Mar 30, 2008 8:17:25 AM (17 years ago)
Author:
bird
Message:

tuning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/strcache.c

    r967 r1447  
    190190strcache_init (void)
    191191{
     192#ifdef KMK
     193  hash_init (&strings, 16384, str_hash_1, str_hash_2, str_hash_cmp);
     194#else
    192195  hash_init (&strings, 8000, str_hash_1, str_hash_2, str_hash_cmp);
     196#endif
    193197}
    194198
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