- Timestamp:
- Jul 15, 2019 11:41:35 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
r79787 r79788 3838 3838 * Ok, still not enough space. Reallocate the table. 3839 3839 */ 3840 #if 0 /** @todo enable this after making sure growing works flawlessly. */3841 3840 uint32_t cInc = RT_ALIGN_32(pShared->cEntries - cAllocated, 16); 3842 #else3843 uint32_t cInc = RT_ALIGN_32(pShared->cEntries - cAllocated, 1);3844 #endif3845 3841 PRTLOCKVALRECSHRDOWN *papOwners; 3846 3842 papOwners = (PRTLOCKVALRECSHRDOWN *)RTMemRealloc((void *)pShared->papOwners,
Note:
See TracChangeset
for help on using the changeset viewer.